We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a182b commit 56152f3Copy full SHA for 56152f3
1 file changed
e2e/Stack.test.js
@@ -179,7 +179,7 @@ describe('Stack', () => {
179
it.e2e('push promise is resolved with pushed ViewController id', async () => {
180
await elementById(TestIDs.STACK_COMMANDS_BTN).tap();
181
await elementById(TestIDs.PUSH_BTN).tap();
182
- await expect(elementByLabel('push promise resolved with: ChildId')).toBeVisible();
+ await waitFor(elementByLabel('push promise resolved with: ChildId')).toBeVisible().withTimeout(1000);
183
await expect(elementByLabel('pop promise resolved with: ChildId')).toBeVisible();
184
});
185
0 commit comments