Next decade #83
node.js.yml
on: pull_request
browser-tests
1m 5s
Matrix: build
Annotations
1 error 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#L186
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: 5000ms
Call log:
- Expect "toHaveValue" with timeout 5000ms
- waiting for locator('#new-todo')
9 × locator resolved to <input autofocus="" id="new-todo" placeholder="What needs to be done?"/>
- unexpected value "buy some cheese"
at TodoPage.ts:186
184 | */
185 | async assertInputEmpty() {
> 186 | await expect(this.newTodoInput).toHaveValue("");
| ^
187 | }
188 |
189 | /**
at TodoPage.assertInputEmpty (/__w/maquette/maquette/browser-tests/tests/TodoPage.ts:186:37)
at /__w/maquette/maquette/browser-tests/tests/todomvc.spec.ts:46:22
|
|
🎭 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 (22.5s)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
188 KB |
sha256:cd6675536a8137da7429dac9e12765b30d231c228f0a3e08250072d9f86663a1
|
|