Skip to content

Commit

Permalink
make defaultDividersTest stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Vlasiuk committed Dec 7, 2023
1 parent 9dc3884 commit 5810f40
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public void before() {

@Test(description = "Test checks that default divider has horizontal property")
public void defaultDividersTest() {
defaultDividers.waitFor().displayed();
defaultDividers.has().size(equalTo(2));
defaultDividers.get(1).is().horizontal();
defaultDividers.get(2).is().horizontal();
Expand Down

0 comments on commit 5810f40

Please sign in to comment.