Skip to content

Commit 2b39c61

Browse files
committed
try to fix some wdio tests
1 parent 3ac21d7 commit 2b39c61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/acceptance/session_test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ xScenario('should start firefox', async ({ I }) => {
209209
assert(isChrome)
210210
})
211211

212-
Scenario('should return a value in @WebDriverIO @Puppeteer @Playwright', async ({ I }) => {
212+
Scenario('should return a value in @Puppeteer @Playwright', async ({ I }) => {
213213
I.amOnPage('/form/textarea')
214214
const val = await session('john', () => {
215215
I.amOnPage('/info')
@@ -220,7 +220,7 @@ Scenario('should return a value in @WebDriverIO @Puppeteer @Playwright', async (
220220
I.see('[description] => Information')
221221
})
222222

223-
Scenario('should return a value @WebDriverIO @Puppeteer @Playwright in async', async ({ I }) => {
223+
Scenario('should return a value @Puppeteer @Playwright in async', async ({ I }) => {
224224
I.amOnPage('/form/textarea')
225225
const val = await session('john', async () => {
226226
I.amOnPage('/info')

0 commit comments

Comments
 (0)