Skip to content

Commit 6056316

Browse files
committed
test: merge overlapping tests.
1 parent 2c01977 commit 6056316

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
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
});

0 commit comments

Comments
 (0)