Skip to content

Commit

Permalink
Scroll to bottom in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
sidorchukandrew committed Dec 17, 2024
1 parent 99c470c commit 432884f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/e2e/detoxTest.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ describe('e2e tests', () => {
});

it(':android: when component unmounts, dialog is dismissed', async () => {
await elementById('DateTimePickerScrollView').scrollTo('bottom');
await elementById('showAndDismissPickerButton').tap();
await waitFor(getDatePickerAndroid()).toExist().withTimeout(4000);
await wait(6000);
Expand Down

0 comments on commit 432884f

Please sign in to comment.