Skip to content

Commit 56152f3

Browse files
another test bites the dust
1 parent 92a182b commit 56152f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/Stack.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ describe('Stack', () => {
179179
it.e2e('push promise is resolved with pushed ViewController id', async () => {
180180
await elementById(TestIDs.STACK_COMMANDS_BTN).tap();
181181
await elementById(TestIDs.PUSH_BTN).tap();
182-
await expect(elementByLabel('push promise resolved with: ChildId')).toBeVisible();
182+
await waitFor(elementByLabel('push promise resolved with: ChildId')).toBeVisible().withTimeout(1000);
183183
await expect(elementByLabel('pop promise resolved with: ChildId')).toBeVisible();
184184
});
185185

0 commit comments

Comments
 (0)