Skip to content

Commit c842c54

Browse files
committed
test(android): increase time to expect getDatePickerAndroid to exist
1 parent 286d3b5 commit c842c54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/e2e/detoxTest.spec.js

-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ describe('e2e tests', () => {
250250

251251
it(':android: when component unmounts, dialog is dismissed', async () => {
252252
await elementById('showAndDismissPickerButton').tap();
253-
await wait(1000);
254253
await expect(getDatePickerAndroid()).toExist();
255254
await wait(6000);
256255

0 commit comments

Comments
 (0)