Skip to content

docs: add link to testing-library guidlines #10

docs: add link to testing-library guidlines

docs: add link to testing-library guidlines #10

Triggered via push November 12, 2024 13:12
Status Failure
Total duration 2m 25s
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

2 errors
test/render.test.ts > renders counter: test/render.test.ts#L22
Error: Matcher did not succeed in 1000ms ❯ test/render.test.ts:22:55 Caused by: Caused by: VitestBrowserElementError: Cannot find element with locator: locator('body').getByText('Count is 2') <body> <script type="module" > __vitest_browser_runner__.runningFiles = ["/Users/runner/work/vitest-browser-vue/vitest-browser-vue/test/render.test.ts"] __vitest_browser_runner__.iframeId = "/Users/runner/work/vitest-browser-vue/vitest-browser-vue/test/render.test.ts" __vitest_browser_runner__.runTests(__vitest_browser_runner__.runningFiles) </script> <div> <div> Count is 3 </div> <button> Increment </button> </div> </body>
test (macos-14, 20)
Process completed with exit code 1.