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 c842c54Copy full SHA for c842c54
1 file changed
example/e2e/detoxTest.spec.js
@@ -250,7 +250,6 @@ describe('e2e tests', () => {
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();
255
await wait(6000);
256
0 commit comments