Skip to content

Commit e58ff5d

Browse files
authored
add Microsoft.Solutions.JitConfigurator to $noToolTipControls
This control has an embedded tooltip
1 parent c880736 commit e58ff5d

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)