We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 286d3b5 commit 1ca9352Copy full SHA for 1ca9352
example/e2e/detoxTest.spec.js
@@ -249,9 +249,8 @@ describe('e2e tests', () => {
249
});
250
251
it(':android: when component unmounts, dialog is dismissed', async () => {
252
- await elementById('showAndDismissPickerButton').tap();
253
- await wait(1000);
254
await expect(getDatePickerAndroid()).toExist();
+ await elementById('showAndDismissPickerButton').tap();
255
await wait(6000);
256
257
await expect(getDatePickerAndroid()).not.toExist();
0 commit comments