Skip to content

Commit

Permalink
test: Make test more stable (#1514)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur- committed Jul 19, 2022
1 parent 87b999c commit dcd484e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ protected Class<? extends Component> getTestView() {
@Before
public void openAndFindElement() {
openTestURL();
buttonElement = $(NativeButtonElement.class).first();
buttonElement = $(NativeButtonElement.class).waitForFirst();
}

@Test
Expand Down

0 comments on commit dcd484e

Please sign in to comment.