Skip to content

Commit 373e8bd

Browse files
committed
Add font feature configuration to Features E2E testing
1 parent 22b1ac1 commit 373e8bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/AppInstallerCLIE2ETests/FeaturesCommand.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public void EnableExperimentalFeatures()
5353
WinGetSettingsHelper.ConfigureFeature("experimentalCmd", true);
5454
WinGetSettingsHelper.ConfigureFeature("directMSI", true);
5555
WinGetSettingsHelper.ConfigureFeature("resume", true);
56+
WinGetSettingsHelper.ConfigureFeature("fonts", true);
5657
var result = TestCommon.RunAICLICommand("features", string.Empty);
5758
Assert.True(result.StdOut.Contains("Enabled"));
5859
}

0 commit comments

Comments
 (0)