We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f24b7 commit 5600a85Copy full SHA for 5600a85
test/acceptance/session_test.js
@@ -7,11 +7,11 @@ Feature('Session')
7
Scenario('simple session @WebDriverIO @Puppeteer @Playwright', ({ I }) => {
8
I.amOnPage('/info')
9
session('john', () => {
10
- I.amOnPage('https://codecept.io/')
+ I.amOnPage('/login')
11
I.dontSeeInCurrentUrl('/info')
12
- I.see('CodeceptJS')
+ I.see('Email')
13
})
14
- I.dontSee('GitHub')
+ I.dontSee('Email')
15
I.seeInCurrentUrl('/info')
16
17
0 commit comments