Skip to content

Commit cba919e

Browse files
fix-21675-Updated testcase script.
1 parent 5ba35b2 commit cba919e

File tree

1 file changed

+1
-1
lines changed
  • src/Controls/tests/TestCases.Shared.Tests/Tests/Issues

1 file changed

+1
-1
lines changed

src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue21675.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public void MenuBarItemBindingContextOnPageNavigation()
2323
App.WaitForElement("CommandButton");
2424
App.Tap("CommandButton");
2525

26-
var label = App.WaitForElement("CommandLabel");
26+
var label = App.FindElement("CommandLabel");
2727
Assert.That(label.GetText(), Is.EqualTo("Menu Item Clicked"));
2828
}
2929
}

0 commit comments

Comments
 (0)