Skip to content

Commit

Permalink
fix: failed test - android workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Feb 16, 2024
1 parent df95aab commit 56be029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Detox_Acceptance_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Feature('Acceptance Tests');

Before(() => {
I.launchApp();
I.waitForElementVisible('#hello_button');
I.waitForElementVisible('#hello_button', 15);
})

Scenario('App started', () => {
Expand Down

0 comments on commit 56be029

Please sign in to comment.