Skip to content

Commit

Permalink
VIH-11197 Remove Vodafone toggle and Kinly supplier (#271)
Browse files Browse the repository at this point in the history
* Remove Vodafone toggle and Kinly supplier

* Update nuget packages

* Update nuget packages
  • Loading branch information
oliver-scott authored Jan 14, 2025
1 parent 294e85b commit b30cdfb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 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
4 changes: 2 additions & 2 deletions UI.AutomationTests/UI.AutomationTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BookingsApi.Client" Version="3.1.9" />
<PackageReference Include="BookingsApi.Client" Version="3.1.14" />
<PackageReference Include="ExtentReports" Version="5.0.4" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="GovukNotify" Version="7.2.0" />
Expand All @@ -21,7 +21,7 @@
</PackageReference>
<PackageReference Include="Polly" Version="8.5.0" />
<PackageReference Include="UserApi.Client" Version="2.1.1" />
<PackageReference Include="VideoApi.Client" Version="3.1.8" />
<PackageReference Include="VideoApi.Client" Version="3.1.15" />
<PackageReference Include="WebDriverManager" Version="2.17.4" />
</ItemGroup>

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
2 changes: 1 addition & 1 deletion UI.PageModels/UI.PageModels.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BookingsApi.Client" Version="3.1.9" />
<PackageReference Include="BookingsApi.Client" Version="3.1.14" />
<PackageReference Include="ExtentReports" Version="5.0.4" />
<PackageReference Include="Selenium.Axe" Version="4.0.21" />
<PackageReference Include="Selenium.Support" Version="4.27.0" />
Expand Down

0 comments on commit b30cdfb

Please sign in to comment.