Next decade #87
node.js.yml
on: pull_request
browser-tests
1m 8s
Matrix: build
Annotations
1 error, 1 warning, and 1 notice
|
[chromium] › tests/todomvc.spec.ts:44:5 › TodoMVC - Maquette › New Todo › should clear text input field when an item is added:
browser-tests/tests/TodoPage.ts#L209
1) [chromium] › tests/todomvc.spec.ts:44:5 › TodoMVC - Maquette › New Todo › should clear text input field when an item is added
Error: expect(locator).toHaveValue(expected) failed
Locator: locator('#new-todo')
Expected: ""
Received: "buy some cheese"
Timeout: 10000ms
Call log:
- Expect "toHaveValue" with timeout 10000ms
- waiting for locator('#new-todo')
14 × locator resolved to <input autofocus="" id="new-todo" placeholder="What needs to be done?"/>
- unexpected value "buy some cheese"
at TodoPage.ts:209
207 | */
208 | async assertInputEmpty(): Promise<void> {
> 209 | await expect(this.newTodoInput).toHaveValue("");
| ^
210 | }
211 |
212 | /**
at TodoPage.assertInputEmpty (/__w/maquette/maquette/browser-tests/tests/TodoPage.ts:209:37)
at /__w/maquette/maquette/browser-tests/tests/todomvc.spec.ts:46:22
|
|
browser-tests
No files were found with the provided path: browser-tests/playwright-report/. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/todomvc.spec.ts:44:5 › TodoMVC - Maquette › New Todo › should clear text input field when an item is added
27 passed (23.8s)
|