Skip to content

Commit e3e8d7b

Browse files
committed
Revert "Fixed ios flaky test"
This reverts commit 0518ae8.
1 parent 0518ae8 commit e3e8d7b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

detox/test/e2e/29.webview.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const {expectToThrow} = require('./utils/custom-expects');
55
const jestExpect = require('expect').default;
66

77
const MockServer = require('../mock-server/mock-server');
8-
const sleep = require('../../src/utils/sleep');
98

109
describe('WebView', () => {
1110
beforeEach(async () => {
@@ -206,7 +205,6 @@ describe('WebView', () => {
206205
await expectWebViewToMatchSnapshot('typing-keep-cursor-position-webview-content-editable-1');
207206

208207
await contentEditableElement.typeText('er', true);
209-
await sleep(10);
210208
await expectWebViewToMatchSnapshot('typing-keep-cursor-position-webview-content-editable-2');
211209
});
212210
});
-501 Bytes
Loading

0 commit comments

Comments
 (0)