Skip to content

Commit 0705b48

Browse files
authored
Merge pull request #4704 from wix/chore-code-review
tests(e2e): merge overlapping tests.
2 parents ed95c72 + 6056316 commit 0705b48

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

detox/test/e2e/09.stress-timeouts.test.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@ describe('StressTimeouts', () => {
44
await element(by.text('Timeouts')).tap();
55
});
66

7-
it(':ios: should handle a short timeout', async () => {
8-
await element(by.id('TimeoutShort')).tap();
9-
await expect(element(by.text('Short Timeout Working!!!'))).toBeVisible();
10-
});
11-
12-
it(':android: should handle a short timeout', async () => {
7+
it('should handle a short timeout', async () => {
138
await element(by.id('TimeoutShort')).tap();
149
await expect(element(by.text('Short Timeout Working!!!'))).toBeVisible();
1510
});

detox/test/e2e/17.datePicker.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
const jestExpect = require('expect').default;
22

3-
// todo(new-arch): tests are failing
4-
// Test Failed: View “<RNDateTimePickerComponentView: 0x10c504080>” is not an instance of “UIDatePicker”
53
describe('DatePicker', () => {
64
describe.each([
75
['ios', 'compact', 0],

0 commit comments

Comments
 (0)