feat: upgrade webdriverio to v9 #11031
Annotations
4 errors
test/browser/specs/locators.test.ts#L10
AssertionError: expected '⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯\n\n FA…' to be '' // Object.is equality
- Expected
+ Received
+ ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯
+
+ FAIL blog.test.tsx > renders blog posts
+ Error: Can't call click on element with selector "html > body > div > div > ul > li:nth-child(2) > button" because element wasn't found
+ ❯ implicitWait ../../../../node_modules/.pnpm/[email protected]/node_modules/webdriverio/build/index.js:49:13
+ ❯ Element.elementErrorHandlerCallbackFn ../../../../node_modules/.pnpm/[email protected]/node_modules/webdriverio/build/index.js:6490:23
+ ❯ Element.wrapCommandFn ../../../../node_modules/.pnpm/@wdio[email protected]/node_modules/@wdio/utils/build/index.js:1368:23
+
+ ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/2]⎯
+
+ FAIL blog.test.tsx > renders blog posts
+ Error: Can't call saveScreenshot on element with selector "body" because element wasn't found
+ ❯ implicitWait ../../../../node_modules/.pnpm/[email protected]/node_modules/webdriverio/build/index.js:49:13
+ ❯ Element.elementErrorHandlerCallbackFn ../../../../node_modules/.pnpm/[email protected]/node_modules/webdriverio/build/index.js:6490:23
+ ❯ Element.wrapCommandFn ../../../../node_modules/.pnpm/@wdio[email protected]/node_modules/@wdio/utils/build/index.js:1368:23
+
+ ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[2/2]⎯
+
+
❯ specs/locators.test.ts:10:18
|
test/browser/specs/server-url.test.ts#L13
AssertionError: expected '\n RUN v2.1.0-beta.6 /Users/runner/w…' to contain 'Browser runner started at http://loca…'
- Expected
+ Received
- Browser runner started at http://localhost:5173/
+
+ RUN v2.1.0-beta.6 /Users/runner/work/vitest/vitest/test/browser/fixtures/server-url
+ Browser runner started at http://127.0.0.1:5173/
+
+ ✓ basic.test.ts (1 test) 1ms
+
+ Test Files 1 passed (1)
+ Tests 1 passed (1)
+ Start at 14:03:02
+ Duration 1.95s (transform 0ms, setup 0ms, collect 10ms, tests 1ms, environment 0ms, prepare 17ms)
+
+
❯ specs/server-url.test.ts:13:18
|
test/browser/specs/server-url.test.ts#L22
AssertionError: expected '\n RUN v2.1.0-beta.6 /Users/runner/w…' to contain 'Browser runner started at https://loc…'
- Expected
+ Received
- Browser runner started at https://localhost:5173/
+
+ RUN v2.1.0-beta.6 /Users/runner/work/vitest/vitest/test/browser/fixtures/server-url
+ Browser runner started at https://127.0.0.1:5173/
+
+ ✓ basic.test.ts (1 test) 1ms
+
+ Test Files 1 passed (1)
+ Tests 1 passed (1)
+ Start at 14:03:04
+ Duration 1.98s (transform 0ms, setup 0ms, collect 16ms, tests 1ms, environment 0ms, prepare 18ms)
+
+
❯ specs/server-url.test.ts:22:18
|
|
This job failed
Loading