Skip to content

Commit 8d3af22

Browse files
authored
Merge pull request #774 from klp18/patch-1
add Microsoft.Solutions.JitConfigurator to $noToolTipControls
2 parents 2d56a32 + e58ff5d commit 8d3af22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arm-ttk/testcases/CreateUIDefinition/Tooltips-Should-Be-Present.test.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ $noToolTipControls = "Microsoft.Common.InfoBox",
2323
"Microsoft.Common.TextBlock",
2424
"Microsoft.Solutions.ArmApiControl",
2525
"Microsoft.Solutions.GraphApiControl",
26-
"Microsoft.Common.EditableGrid"
26+
"Microsoft.Common.EditableGrid",
27+
"Microsoft.Solutions.JitConfigurator"
2728

2829
foreach ($shouldHave in $shouldHaveTooltips) {
2930
# then loop through each control

0 commit comments

Comments
 (0)