Skip to content

Commit 5600a85

Browse files
committed
try to fix some wdio tests
1 parent 85f24b7 commit 5600a85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/acceptance/session_test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Feature('Session')
77
Scenario('simple session @WebDriverIO @Puppeteer @Playwright', ({ I }) => {
88
I.amOnPage('/info')
99
session('john', () => {
10-
I.amOnPage('https://codecept.io/')
10+
I.amOnPage('/login')
1111
I.dontSeeInCurrentUrl('/info')
12-
I.see('CodeceptJS')
12+
I.see('Email')
1313
})
14-
I.dontSee('GitHub')
14+
I.dontSee('Email')
1515
I.seeInCurrentUrl('/info')
1616
})
1717

0 commit comments

Comments
 (0)