Skip to content

Commit

Permalink
Fixed bug in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasherceg committed Dec 10, 2022
1 parent 4d45156 commit 1fd6b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Samples/Tests/Tests/Control/ListBoxTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public void Control_ListBox()
var result = browser.Single("[data-ui=result]");
AssertUI.InnerTextEquals(result, "0");

AssertUI.Attribute(browser.Single("select[data-ui=single]"), "size", "3");
AssertUI.Attribute(browser.Single("select[data-ui=single]"), "size", "4");

var firstOption = browser.ElementAt("select[data-ui=single] option", 0);

Expand Down

0 comments on commit 1fd6b23

Please sign in to comment.