Skip to content

Commit

Permalink
Remove Vodafone toggle and Kinly supplier
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-scott committed Jan 13, 2025
1 parent 3845957 commit 0f2670b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions UI.AutomationTests/TestData/HearingTestData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ public static class HearingTestData
public const string Representative01FileName = "representative01.y4m";
public const string Representative02FileName = "representative02.y4m";

public static bool VodafoneEnabled = FeatureToggle.Instance().VodafoneSupplierEnabled();

private const string HearingVenueName = "Birmingham Civil and Family Justice Centre";
private const string HearingVenueCode = "231596";

Expand Down
8 changes: 1 addition & 7 deletions UI.Common/Utilities/FeatureToggle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ public sealed class FeatureToggle
public const string InterpreterEnhancementsToggleKey = "interpreter-enhancements";
public const string Dom1Key = "dom1";
public const string SpecialMeasuresKey = "special-measures";
public const string VodafoneKey = "vodafone";
public const string ImToggleKey = "instant-message-enhancements-toggle";

private static FeatureToggle _instance;
Expand Down Expand Up @@ -61,12 +60,7 @@ public bool MultiDayBookingEnhancementsEnabled()
{
return GetBoolValueWithKey(MultiDayBookingEnhancementsToggleKey);
}

public bool VodafoneSupplierEnabled()
{
return GetBoolValueWithKey(VodafoneKey);
}


public bool IMEnabled()
{
return GetBoolValueWithKey(ImToggleKey);
Expand Down

0 comments on commit 0f2670b

Please sign in to comment.