Skip to content

Commit b33aff4

Browse files
committed
Remove wait
1 parent eb51b62 commit b33aff4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/acceptance/session_test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ Scenario('should return a value in @Puppeteer @Playwright', async ({ I }) => {
217217
})
218218
I.fillField('Description', val)
219219
I.click('Submit')
220-
I.wait(2)
221220
I.see('[description] => Information')
222221
})
223222

@@ -229,7 +228,6 @@ Scenario('should return a value @Puppeteer @Playwright in async', async ({ I })
229228
})
230229
I.fillField('Description', val)
231230
I.click('Submit')
232-
I.wait(2)
233231
I.see('[description] => Information')
234232
})
235233

0 commit comments

Comments
 (0)