Skip to content

Bump the github-actions group with 6 updates #63

Bump the github-actions group with 6 updates

Bump the github-actions group with 6 updates #63

Triggered via pull request March 25, 2024 16:17
Status Failure
Total duration 19m 45s
Artifacts 2

end2end-test.yml

on: pull_request
Matrix: e2e-playwright
Report to GitHub
3m 24s
Report to GitHub
Fit to window
Zoom out
Zoom in

Annotations

28 errors, 10 warnings, and 8 notices
[chromium] › editor/blocks/navigation.spec.js:180:3 › Navigation block › As a user I want to create submenus using the navigation block › create a submenu: test/e2e/specs/editor/blocks/navigation.spec.js#L197
1) [chromium] › editor/blocks/navigation.spec.js:180:3 › Navigation block › As a user I want to create submenus using the navigation block › create a submenu TimeoutError: locator.click: Timeout 10000ms exceeded. =========================== logs =========================== waiting for frameLocator('[name="editor-canvas"]').getByRole('button', { name: 'Add block' }) ============================================================ 195 | name: 'Add block', 196 | } ); > 197 | await navBlockInserter.click(); | ^ 198 | 199 | await page.keyboard.type( 'https://example.com' ); 200 | await page.keyboard.press( 'Enter' ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:197:27
Playwright - 4
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
[chromium] › editor/various/dropdown-menu.spec.js:11:2 › Dropdown Menu › keyboard navigiation: test/e2e/specs/editor/various/dropdown-menu.spec.js#L26
1) [chromium] › editor/various/dropdown-menu.spec.js:11:2 › Dropdown Menu › keyboard navigiation › allows navigation through each item using arrow keys Error: Timed out 5000ms waiting for expect(locator).toBeFocused() Locator: locator('[role="menuitem"], [role="menuitemcheckbox"], [role="menuitemradio"]').first() Expected: focused Received: inactive Call log: - expect.toBeFocused with timeout 5000ms - waiting for locator('[role="menuitem"], [role="menuitemcheckbox"], [role="menuitemradio"]').first() - locator resolved to <a href="#" class="ab-item" role="menuitem" aria-ex…>…</a> - unexpected value "not focused" - locator resolved to <a href="#" class="ab-item" role="menuitem" aria-ex…>…</a> - unexpected value "not focused" - locator resolved to <a href="#" class="ab-item" role="menuitem" aria-ex…>…</a> - unexpected value "not focused" - locator resolved to <a href="#" class="ab-item" role="menuitem" aria-ex…>…</a> - unexpected value "not focused" - locator resolved to <a href="#" class="ab-item" role="menuitem" aria-ex…>…</a> - unexpected value "not focused" - locator resolved to <a href="#" class="ab-item" role="menuitem" aria-ex…>…</a> - unexpected value "not focused" - locator resolved to <a href="#" class="ab-item" role="menuitem" aria-ex…>…</a> - unexpected value "not focused" - locator resolved to <a href="#" class="ab-item" role="menuitem" aria-ex…>…</a> - unexpected value "not focused" - locator resolved to <a href="#" class="ab-item" role="menuitem" aria-ex…>…</a> - unexpected value "not focused" 24 | await test.step( 'allows navigation through each item using arrow keys', async () => { 25 | // Expect the first menu item to be focused. > 26 | await expect( menuItems.first() ).toBeFocused(); | ^ 27 | 28 | // Arrow down to the last item. 29 | await pageUtils.pressKeys( 'ArrowDown', { times: totalItems - 1 } ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/dropdown-menu.spec.js:26:38 at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/dropdown-menu.spec.js:24:14
[chromium] › editor/various/dropdown-menu.spec.js:11:2 › Dropdown Menu › keyboard navigiation: test/e2e/specs/editor/various/dropdown-menu.spec.js#L26
1) [chromium] › editor/various/dropdown-menu.spec.js:11:2 › Dropdown Menu › keyboard navigiation › allows navigation through each item using arrow keys Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeFocused() Locator: locator('[role="menuitem"], [role="menuitemcheckbox"], [role="menuitemradio"]').first() Expected: focused Received: inactive Call log: - expect.toBeFocused with timeout 5000ms - waiting for locator('[role="menuitem"], [role="menuitemcheckbox"], [role="menuitemradio"]').first() - locator resolved to <a href="#" class="ab-item" role="menuitem" aria-ex…>…</a> - unexpected value "not focused" - locator resolved to <a href="#" class="ab-item" role="menuitem" aria-ex…>…</a> - unexpected value "not focused" - locator resolved to <a href="#" class="ab-item" role="menuitem" aria-ex…>…</a> - unexpected value "not focused" - locator resolved to <a href="#" class="ab-item" role="menuitem" aria-ex…>…</a> - unexpected value "not focused" - locator resolved to <a href="#" class="ab-item" role="menuitem" aria-ex…>…</a> - unexpected value "not focused" - locator resolved to <a href="#" class="ab-item" role="menuitem" aria-ex…>…</a> - unexpected value "not focused" - locator resolved to <a href="#" class="ab-item" role="menuitem" aria-ex…>…</a> - unexpected value "not focused" - locator resolved to <a href="#" class="ab-item" role="menuitem" aria-ex…>…</a> - unexpected value "not focused" - locator resolved to <a href="#" class="ab-item" role="menuitem" aria-ex…>…</a> - unexpected value "not focused" 24 | await test.step( 'allows navigation through each item using arrow keys', async () => { 25 | // Expect the first menu item to be focused. > 26 | await expect( menuItems.first() ).toBeFocused(); | ^ 27 | 28 | // Arrow down to the last item. 29 | await pageUtils.pressKeys( 'ArrowDown', { times: totalItems - 1 } ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/dropdown-menu.spec.js:26:38 at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/dropdown-menu.spec.js:24:14
[chromium] › editor/various/dropdown-menu.spec.js:11:2 › Dropdown Menu › keyboard navigiation: test/e2e/specs/editor/various/dropdown-menu.spec.js#L26
1) [chromium] › editor/various/dropdown-menu.spec.js:11:2 › Dropdown Menu › keyboard navigiation › allows navigation through each item using arrow keys Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeFocused() Locator: locator('[role="menuitem"], [role="menuitemcheckbox"], [role="menuitemradio"]').first() Expected: focused Received: inactive Call log: - expect.toBeFocused with timeout 5000ms - waiting for locator('[role="menuitem"], [role="menuitemcheckbox"], [role="menuitemradio"]').first() - locator resolved to <a href="#" class="ab-item" role="menuitem" aria-ex…>…</a> - unexpected value "not focused" - locator resolved to <a href="#" class="ab-item" role="menuitem" aria-ex…>…</a> - unexpected value "not focused" - locator resolved to <a href="#" class="ab-item" role="menuitem" aria-ex…>…</a> - unexpected value "not focused" - locator resolved to <a href="#" class="ab-item" role="menuitem" aria-ex…>…</a> - unexpected value "not focused" - locator resolved to <a href="#" class="ab-item" role="menuitem" aria-ex…>…</a> - unexpected value "not focused" - locator resolved to <a href="#" class="ab-item" role="menuitem" aria-ex…>…</a> - unexpected value "not focused" - locator resolved to <a href="#" class="ab-item" role="menuitem" aria-ex…>…</a> - unexpected value "not focused" - locator resolved to <a href="#" class="ab-item" role="menuitem" aria-ex…>…</a> - unexpected value "not focused" - locator resolved to <a href="#" class="ab-item" role="menuitem" aria-ex…>…</a> - unexpected value "not focused" 24 | await test.step( 'allows navigation through each item using arrow keys', async () => { 25 | // Expect the first menu item to be focused. > 26 | await expect( menuItems.first() ).toBeFocused(); | ^ 27 | 28 | // Arrow down to the last item. 29 | await pageUtils.pressKeys( 'ArrowDown', { times: totalItems - 1 } ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/dropdown-menu.spec.js:26:38 at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/dropdown-menu.spec.js:24:14
Playwright - 4
Process completed with exit code 1.
Playwright - 6
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
[chromium] › interactivity/directive-bind.spec.ts:203:8 › data-wp-bind › attribute hydration › value is correctly hydrated for different values: test/e2e/specs/interactivity/directive-bind.spec.ts#L218
1) [chromium] › interactivity/directive-bind.spec.ts:203:8 › data-wp-bind › attribute hydration › value is correctly hydrated for different values Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 1 Array [ "true", - null, + "", ] 216 | name 217 | ); > 218 | expect( [ type, hydratedAttr ] ).toEqual( [ | ^ 219 | type, 220 | attrValue, 221 | ] ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/directive-bind.spec.ts:218:39
[chromium] › interactivity/directive-bind.spec.ts:203:8 › data-wp-bind › attribute hydration › value is correctly hydrated for different values: test/e2e/specs/interactivity/directive-bind.spec.ts#L218
1) [chromium] › interactivity/directive-bind.spec.ts:203:8 › data-wp-bind › attribute hydration › value is correctly hydrated for different values Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 1 Array [ "true", - null, + "", ] 216 | name 217 | ); > 218 | expect( [ type, hydratedAttr ] ).toEqual( [ | ^ 219 | type, 220 | attrValue, 221 | ] ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/directive-bind.spec.ts:218:39
[chromium] › interactivity/directive-bind.spec.ts:203:8 › data-wp-bind › attribute hydration › value is correctly hydrated for different values: test/e2e/specs/interactivity/directive-bind.spec.ts#L218
1) [chromium] › interactivity/directive-bind.spec.ts:203:8 › data-wp-bind › attribute hydration › value is correctly hydrated for different values Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 1 Array [ "true", - null, + "", ] 216 | name 217 | ); > 218 | expect( [ type, hydratedAttr ] ).toEqual( [ | ^ 219 | type, 220 | attrValue, 221 | ] ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/directive-bind.spec.ts:218:39
[chromium] › interactivity/directive-class.spec.ts:21:6 › data-wp-class › remove class if callback returns falsy value: test/e2e/specs/interactivity/directive-class.spec.ts#L29
2) [chromium] › interactivity/directive-class.spec.ts:21:6 › data-wp-class › remove class if callback returns falsy value Error: Timed out 5000ms waiting for expect(locator).toHaveClass(expected) Locator: getByTestId('remove class if callback returns falsy value') Expected string: "foo bar" Received string: " bar foo" Call log: - expect.toHaveClass with timeout 5000ms - waiting for getByTestId('remove class if callback returns falsy value') - locator resolved to <div class=" bar foo" data-wp-class--foo="state.false…></div> - unexpected value " bar foo" - locator resolved to <div class=" bar foo" data-wp-class--foo="state.false…></div> - unexpected value " bar foo" - locator resolved to <div class=" bar foo" data-wp-class--foo="state.false…></div> - unexpected value " bar foo" - locator resolved to <div class=" bar foo" data-wp-class--foo="state.false…></div> - unexpected value " bar foo" - locator resolved to <div class=" bar foo" data-wp-class--foo="state.false…></div> - unexpected value " bar foo" - locator resolved to <div class=" bar foo" data-wp-class--foo="state.false…></div> - unexpected value " bar foo" - locator resolved to <div class=" bar foo" data-wp-class--foo="state.false…></div> - unexpected value " bar foo" - locator resolved to <div class=" bar foo" data-wp-class--foo="state.false…></div> - unexpected value " bar foo" - locator resolved to <div class=" bar foo" data-wp-class--foo="state.false…></div> - unexpected value " bar foo" 27 | await expect( el ).toHaveClass( 'bar' ); 28 | await page.getByTestId( 'toggle falseValue' ).click(); > 29 | await expect( el ).toHaveClass( 'foo bar' ); | ^ 30 | await page.getByTestId( 'toggle falseValue' ).click(); 31 | await expect( el ).toHaveClass( 'bar' ); 32 | } ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/directive-class.spec.ts:29:22
[chromium] › interactivity/directive-class.spec.ts:21:6 › data-wp-class › remove class if callback returns falsy value: test/e2e/specs/interactivity/directive-class.spec.ts#L29
2) [chromium] › interactivity/directive-class.spec.ts:21:6 › data-wp-class › remove class if callback returns falsy value Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveClass(expected) Locator: getByTestId('remove class if callback returns falsy value') Expected string: "foo bar" Received string: " bar foo" Call log: - expect.toHaveClass with timeout 5000ms - waiting for getByTestId('remove class if callback returns falsy value') - locator resolved to <div class=" bar foo" data-wp-class--foo="state.false…></div> - unexpected value " bar foo" - locator resolved to <div class=" bar foo" data-wp-class--foo="state.false…></div> - unexpected value " bar foo" - locator resolved to <div class=" bar foo" data-wp-class--foo="state.false…></div> - unexpected value " bar foo" - locator resolved to <div class=" bar foo" data-wp-class--foo="state.false…></div> - unexpected value " bar foo" - locator resolved to <div class=" bar foo" data-wp-class--foo="state.false…></div> - unexpected value " bar foo" - locator resolved to <div class=" bar foo" data-wp-class--foo="state.false…></div> - unexpected value " bar foo" - locator resolved to <div class=" bar foo" data-wp-class--foo="state.false…></div> - unexpected value " bar foo" - locator resolved to <div class=" bar foo" data-wp-class--foo="state.false…></div> - unexpected value " bar foo" - locator resolved to <div class=" bar foo" data-wp-class--foo="state.false…></div> - unexpected value " bar foo" 27 | await expect( el ).toHaveClass( 'bar' ); 28 | await page.getByTestId( 'toggle falseValue' ).click(); > 29 | await expect( el ).toHaveClass( 'foo bar' ); | ^ 30 | await page.getByTestId( 'toggle falseValue' ).click(); 31 | await expect( el ).toHaveClass( 'bar' ); 32 | } ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/directive-class.spec.ts:29:22
[chromium] › interactivity/directive-class.spec.ts:21:6 › data-wp-class › remove class if callback returns falsy value: test/e2e/specs/interactivity/directive-class.spec.ts#L29
2) [chromium] › interactivity/directive-class.spec.ts:21:6 › data-wp-class › remove class if callback returns falsy value Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveClass(expected) Locator: getByTestId('remove class if callback returns falsy value') Expected string: "foo bar" Received string: " bar foo" Call log: - expect.toHaveClass with timeout 5000ms - waiting for getByTestId('remove class if callback returns falsy value') - locator resolved to <div class=" bar foo" data-wp-class--foo="state.false…></div> - unexpected value " bar foo" - locator resolved to <div class=" bar foo" data-wp-class--foo="state.false…></div> - unexpected value " bar foo" - locator resolved to <div class=" bar foo" data-wp-class--foo="state.false…></div> - unexpected value " bar foo" - locator resolved to <div class=" bar foo" data-wp-class--foo="state.false…></div> - unexpected value " bar foo" - locator resolved to <div class=" bar foo" data-wp-class--foo="state.false…></div> - unexpected value " bar foo" - locator resolved to <div class=" bar foo" data-wp-class--foo="state.false…></div> - unexpected value " bar foo" - locator resolved to <div class=" bar foo" data-wp-class--foo="state.false…></div> - unexpected value " bar foo" - locator resolved to <div class=" bar foo" data-wp-class--foo="state.false…></div> - unexpected value " bar foo" - locator resolved to <div class=" bar foo" data-wp-class--foo="state.false…></div> - unexpected value " bar foo" 27 | await expect( el ).toHaveClass( 'bar' ); 28 | await page.getByTestId( 'toggle falseValue' ).click(); > 29 | await expect( el ).toHaveClass( 'foo bar' ); | ^ 30 | await page.getByTestId( 'toggle falseValue' ).click(); 31 | await expect( el ).toHaveClass( 'bar' ); 32 | } ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/directive-class.spec.ts:29:22
[chromium] › interactivity/directive-class.spec.ts:71:6 › data-wp-class › can toggle class in the middle: test/e2e/specs/interactivity/directive-class.spec.ts#L73
3) [chromium] › interactivity/directive-class.spec.ts:71:6 › data-wp-class › can toggle class in the middle Error: Timed out 5000ms waiting for expect(locator).toHaveClass(expected) Locator: getByTestId('can toggle class in the middle') Expected string: "foo bar baz" Received string: "foo baz bar" Call log: - expect.toHaveClass with timeout 5000ms - waiting for getByTestId('can toggle class in the middle') - locator resolved to <div class="foo baz bar" data-wp-class--bar="state.tr…></div> - unexpected value "foo baz bar" - locator resolved to <div class="foo baz bar" data-wp-class--bar="state.tr…></div> - unexpected value "foo baz bar" - locator resolved to <div class="foo baz bar" data-wp-class--bar="state.tr…></div> - unexpected value "foo baz bar" - locator resolved to <div class="foo baz bar" data-wp-class--bar="state.tr…></div> - unexpected value "foo baz bar" - locator resolved to <div class="foo baz bar" data-wp-class--bar="state.tr…></div> - unexpected value "foo baz bar" - locator resolved to <div class="foo baz bar" data-wp-class--bar="state.tr…></div> - unexpected value "foo baz bar" - locator resolved to <div class="foo baz bar" data-wp-class--bar="state.tr…></div> - unexpected value "foo baz bar" - locator resolved to <div class="foo baz bar" data-wp-class--bar="state.tr…></div> - unexpected value "foo baz bar" - locator resolved to <div class="foo baz bar" data-wp-class--bar="state.tr…></div> - unexpected value "foo baz bar" 71 | test( 'can toggle class in the middle', async ( { page } ) => { 72 | const el = page.getByTestId( 'can toggle class in the middle' ); > 73 | await expect( el ).toHaveClass( 'foo bar baz' ); | ^ 74 | await page.getByTestId( 'toggle trueValue' ).click(); 75 | await expect( el ).toHaveClass( 'foo baz' ); 76 | await page.getByTestId( 'toggle trueValue' ).click(); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/directive-class.spec.ts:73:22
[chromium] › interactivity/directive-class.spec.ts:71:6 › data-wp-class › can toggle class in the middle: test/e2e/specs/interactivity/directive-class.spec.ts#L73
3) [chromium] › interactivity/directive-class.spec.ts:71:6 › data-wp-class › can toggle class in the middle Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveClass(expected) Locator: getByTestId('can toggle class in the middle') Expected string: "foo bar baz" Received string: "foo baz bar" Call log: - expect.toHaveClass with timeout 5000ms - waiting for getByTestId('can toggle class in the middle') - locator resolved to <div class="foo baz bar" data-wp-class--bar="state.tr…></div> - unexpected value "foo baz bar" - locator resolved to <div class="foo baz bar" data-wp-class--bar="state.tr…></div> - unexpected value "foo baz bar" - locator resolved to <div class="foo baz bar" data-wp-class--bar="state.tr…></div> - unexpected value "foo baz bar" - locator resolved to <div class="foo baz bar" data-wp-class--bar="state.tr…></div> - unexpected value "foo baz bar" - locator resolved to <div class="foo baz bar" data-wp-class--bar="state.tr…></div> - unexpected value "foo baz bar" - locator resolved to <div class="foo baz bar" data-wp-class--bar="state.tr…></div> - unexpected value "foo baz bar" - locator resolved to <div class="foo baz bar" data-wp-class--bar="state.tr…></div> - unexpected value "foo baz bar" - locator resolved to <div class="foo baz bar" data-wp-class--bar="state.tr…></div> - unexpected value "foo baz bar" - locator resolved to <div class="foo baz bar" data-wp-class--bar="state.tr…></div> - unexpected value "foo baz bar" 71 | test( 'can toggle class in the middle', async ( { page } ) => { 72 | const el = page.getByTestId( 'can toggle class in the middle' ); > 73 | await expect( el ).toHaveClass( 'foo bar baz' ); | ^ 74 | await page.getByTestId( 'toggle trueValue' ).click(); 75 | await expect( el ).toHaveClass( 'foo baz' ); 76 | await page.getByTestId( 'toggle trueValue' ).click(); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/directive-class.spec.ts:73:22
[chromium] › interactivity/directive-class.spec.ts:71:6 › data-wp-class › can toggle class in the middle: test/e2e/specs/interactivity/directive-class.spec.ts#L73
3) [chromium] › interactivity/directive-class.spec.ts:71:6 › data-wp-class › can toggle class in the middle Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveClass(expected) Locator: getByTestId('can toggle class in the middle') Expected string: "foo bar baz" Received string: "foo baz bar" Call log: - expect.toHaveClass with timeout 5000ms - waiting for getByTestId('can toggle class in the middle') - locator resolved to <div class="foo baz bar" data-wp-class--bar="state.tr…></div> - unexpected value "foo baz bar" - locator resolved to <div class="foo baz bar" data-wp-class--bar="state.tr…></div> - unexpected value "foo baz bar" - locator resolved to <div class="foo baz bar" data-wp-class--bar="state.tr…></div> - unexpected value "foo baz bar" - locator resolved to <div class="foo baz bar" data-wp-class--bar="state.tr…></div> - unexpected value "foo baz bar" - locator resolved to <div class="foo baz bar" data-wp-class--bar="state.tr…></div> - unexpected value "foo baz bar" - locator resolved to <div class="foo baz bar" data-wp-class--bar="state.tr…></div> - unexpected value "foo baz bar" - locator resolved to <div class="foo baz bar" data-wp-class--bar="state.tr…></div> - unexpected value "foo baz bar" - locator resolved to <div class="foo baz bar" data-wp-class--bar="state.tr…></div> - unexpected value "foo baz bar" - locator resolved to <div class="foo baz bar" data-wp-class--bar="state.tr…></div> - unexpected value "foo baz bar" 71 | test( 'can toggle class in the middle', async ( { page } ) => { 72 | const el = page.getByTestId( 'can toggle class in the middle' ); > 73 | await expect( el ).toHaveClass( 'foo bar baz' ); | ^ 74 | await page.getByTestId( 'toggle trueValue' ).click(); 75 | await expect( el ).toHaveClass( 'foo baz' ); 76 | await page.getByTestId( 'toggle trueValue' ).click(); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/directive-class.spec.ts:73:22
Playwright - 6
Process completed with exit code 1.
[chromium] › interactivity/directive-style.spec.ts:21:6 › data-wp-style › dont change style if callback returns same value on hydration: test/e2e/specs/interactivity/directive-style.spec.ts#L27
1) [chromium] › interactivity/directive-style.spec.ts:21:6 › data-wp-style › dont change style if callback returns same value on hydration Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected) Locator: getByTestId('dont change style if callback returns same value on hydration') Expected string: "color: red; background: green;" Received string: "background: green; color: red;" Call log: - expect.toHaveAttribute with timeout 5000ms - waiting for getByTestId('dont change style if callback returns same value on hydration') - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Don’t change style if callback returns same value…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Don’t change style if callback returns same value…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Don’t change style if callback returns same value…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Don’t change style if callback returns same value…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Don’t change style if callback returns same value…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Don’t change style if callback returns same value…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Don’t change style if callback returns same value…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Don’t change style if callback returns same value…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Don’t change style if callback returns same value…</div> - unexpected value "background: green; color: red;" 25 | 'dont change style if callback returns same value on hydration' 26 | ); > 27 | await expect( el ).toHaveAttribute( | ^ 28 | 'style', 29 | 'color: red; background: green;' 30 | ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/directive-style.spec.ts:27:22
[chromium] › interactivity/directive-style.spec.ts:21:6 › data-wp-style › dont change style if callback returns same value on hydration: test/e2e/specs/interactivity/directive-style.spec.ts#L27
1) [chromium] › interactivity/directive-style.spec.ts:21:6 › data-wp-style › dont change style if callback returns same value on hydration Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected) Locator: getByTestId('dont change style if callback returns same value on hydration') Expected string: "color: red; background: green;" Received string: "background: green; color: red;" Call log: - expect.toHaveAttribute with timeout 5000ms - waiting for getByTestId('dont change style if callback returns same value on hydration') - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Don’t change style if callback returns same value…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Don’t change style if callback returns same value…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Don’t change style if callback returns same value…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Don’t change style if callback returns same value…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Don’t change style if callback returns same value…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Don’t change style if callback returns same value…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Don’t change style if callback returns same value…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Don’t change style if callback returns same value…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Don’t change style if callback returns same value…</div> - unexpected value "background: green; color: red;" 25 | 'dont change style if callback returns same value on hydration' 26 | ); > 27 | await expect( el ).toHaveAttribute( | ^ 28 | 'style', 29 | 'color: red; background: green;' 30 | ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/directive-style.spec.ts:27:22
[chromium] › interactivity/directive-style.spec.ts:21:6 › data-wp-style › dont change style if callback returns same value on hydration: test/e2e/specs/interactivity/directive-style.spec.ts#L27
1) [chromium] › interactivity/directive-style.spec.ts:21:6 › data-wp-style › dont change style if callback returns same value on hydration Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected) Locator: getByTestId('dont change style if callback returns same value on hydration') Expected string: "color: red; background: green;" Received string: "background: green; color: red;" Call log: - expect.toHaveAttribute with timeout 5000ms - waiting for getByTestId('dont change style if callback returns same value on hydration') - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Don’t change style if callback returns same value…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Don’t change style if callback returns same value…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Don’t change style if callback returns same value…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Don’t change style if callback returns same value…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Don’t change style if callback returns same value…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Don’t change style if callback returns same value…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Don’t change style if callback returns same value…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Don’t change style if callback returns same value…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Don’t change style if callback returns same value…</div> - unexpected value "background: green; color: red;" 25 | 'dont change style if callback returns same value on hydration' 26 | ); > 27 | await expect( el ).toHaveAttribute( | ^ 28 | 'style', 29 | 'color: red; background: green;' 30 | ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/directive-style.spec.ts:27:22
[chromium] › interactivity/directive-style.spec.ts:33:6 › data-wp-style › remove style if callback returns falsy value on hydration: test/e2e/specs/interactivity/directive-style.spec.ts#L39
2) [chromium] › interactivity/directive-style.spec.ts:33:6 › data-wp-style › remove style if callback returns falsy value on hydration Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected) Locator: getByTestId('remove style if callback returns falsy value on hydration') Expected string: "background: green;" Received string: "background:green;" Call log: - expect.toHaveAttribute with timeout 5000ms - waiting for getByTestId('remove style if callback returns falsy value on hydration') - locator resolved to <div data-wp-style--color="state.falseValue" data-tes…>Remove style if callback returns falsy value on h…</div> - unexpected value "background:green;" - locator resolved to <div data-wp-style--color="state.falseValue" data-tes…>Remove style if callback returns falsy value on h…</div> - unexpected value "background:green;" - locator resolved to <div data-wp-style--color="state.falseValue" data-tes…>Remove style if callback returns falsy value on h…</div> - unexpected value "background:green;" - locator resolved to <div data-wp-style--color="state.falseValue" data-tes…>Remove style if callback returns falsy value on h…</div> - unexpected value "background:green;" - locator resolved to <div data-wp-style--color="state.falseValue" data-tes…>Remove style if callback returns falsy value on h…</div> - unexpected value "background:green;" - locator resolved to <div data-wp-style--color="state.falseValue" data-tes…>Remove style if callback returns falsy value on h…</div> - unexpected value "background:green;" - locator resolved to <div data-wp-style--color="state.falseValue" data-tes…>Remove style if callback returns falsy value on h…</div> - unexpected value "background:green;" - locator resolved to <div data-wp-style--color="state.falseValue" data-tes…>Remove style if callback returns falsy value on h…</div> - unexpected value "background:green;" - locator resolved to <div data-wp-style--color="state.falseValue" data-tes…>Remove style if callback returns falsy value on h…</div> - unexpected value "background:green;" 37 | 'remove style if callback returns falsy value on hydration' 38 | ); > 39 | await expect( el ).toHaveAttribute( 'style', 'background: green;' ); | ^ 40 | } ); 41 | 42 | test( 'change style if callback returns a new value on hydration', async ( { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/directive-style.spec.ts:39:22
[chromium] › interactivity/directive-style.spec.ts:33:6 › data-wp-style › remove style if callback returns falsy value on hydration: test/e2e/specs/interactivity/directive-style.spec.ts#L39
2) [chromium] › interactivity/directive-style.spec.ts:33:6 › data-wp-style › remove style if callback returns falsy value on hydration Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected) Locator: getByTestId('remove style if callback returns falsy value on hydration') Expected string: "background: green;" Received string: "background:green;" Call log: - expect.toHaveAttribute with timeout 5000ms - waiting for getByTestId('remove style if callback returns falsy value on hydration') - locator resolved to <div data-wp-style--color="state.falseValue" data-tes…>Remove style if callback returns falsy value on h…</div> - unexpected value "background:green;" - locator resolved to <div data-wp-style--color="state.falseValue" data-tes…>Remove style if callback returns falsy value on h…</div> - unexpected value "background:green;" - locator resolved to <div data-wp-style--color="state.falseValue" data-tes…>Remove style if callback returns falsy value on h…</div> - unexpected value "background:green;" - locator resolved to <div data-wp-style--color="state.falseValue" data-tes…>Remove style if callback returns falsy value on h…</div> - unexpected value "background:green;" - locator resolved to <div data-wp-style--color="state.falseValue" data-tes…>Remove style if callback returns falsy value on h…</div> - unexpected value "background:green;" - locator resolved to <div data-wp-style--color="state.falseValue" data-tes…>Remove style if callback returns falsy value on h…</div> - unexpected value "background:green;" - locator resolved to <div data-wp-style--color="state.falseValue" data-tes…>Remove style if callback returns falsy value on h…</div> - unexpected value "background:green;" - locator resolved to <div data-wp-style--color="state.falseValue" data-tes…>Remove style if callback returns falsy value on h…</div> - unexpected value "background:green;" - locator resolved to <div data-wp-style--color="state.falseValue" data-tes…>Remove style if callback returns falsy value on h…</div> - unexpected value "background:green;" 37 | 'remove style if callback returns falsy value on hydration' 38 | ); > 39 | await expect( el ).toHaveAttribute( 'style', 'background: green;' ); | ^ 40 | } ); 41 | 42 | test( 'change style if callback returns a new value on hydration', async ( { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/directive-style.spec.ts:39:22
[chromium] › interactivity/directive-style.spec.ts:33:6 › data-wp-style › remove style if callback returns falsy value on hydration: test/e2e/specs/interactivity/directive-style.spec.ts#L39
2) [chromium] › interactivity/directive-style.spec.ts:33:6 › data-wp-style › remove style if callback returns falsy value on hydration Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected) Locator: getByTestId('remove style if callback returns falsy value on hydration') Expected string: "background: green;" Received string: "background:green;" Call log: - expect.toHaveAttribute with timeout 5000ms - waiting for getByTestId('remove style if callback returns falsy value on hydration') - locator resolved to <div data-wp-style--color="state.falseValue" data-tes…>Remove style if callback returns falsy value on h…</div> - unexpected value "background:green;" - locator resolved to <div data-wp-style--color="state.falseValue" data-tes…>Remove style if callback returns falsy value on h…</div> - unexpected value "background:green;" - locator resolved to <div data-wp-style--color="state.falseValue" data-tes…>Remove style if callback returns falsy value on h…</div> - unexpected value "background:green;" - locator resolved to <div data-wp-style--color="state.falseValue" data-tes…>Remove style if callback returns falsy value on h…</div> - unexpected value "background:green;" - locator resolved to <div data-wp-style--color="state.falseValue" data-tes…>Remove style if callback returns falsy value on h…</div> - unexpected value "background:green;" - locator resolved to <div data-wp-style--color="state.falseValue" data-tes…>Remove style if callback returns falsy value on h…</div> - unexpected value "background:green;" - locator resolved to <div data-wp-style--color="state.falseValue" data-tes…>Remove style if callback returns falsy value on h…</div> - unexpected value "background:green;" - locator resolved to <div data-wp-style--color="state.falseValue" data-tes…>Remove style if callback returns falsy value on h…</div> - unexpected value "background:green;" - locator resolved to <div data-wp-style--color="state.falseValue" data-tes…>Remove style if callback returns falsy value on h…</div> - unexpected value "background:green;" 37 | 'remove style if callback returns falsy value on hydration' 38 | ); > 39 | await expect( el ).toHaveAttribute( 'style', 'background: green;' ); | ^ 40 | } ); 41 | 42 | test( 'change style if callback returns a new value on hydration', async ( { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/directive-style.spec.ts:39:22
[chromium] › interactivity/directive-style.spec.ts:42:6 › data-wp-style › change style if callback returns a new value on hydration: test/e2e/specs/interactivity/directive-style.spec.ts#L48
3) [chromium] › interactivity/directive-style.spec.ts:42:6 › data-wp-style › change style if callback returns a new value on hydration Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected) Locator: getByTestId('change style if callback returns a new value on hydration') Expected string: "color: red; background: green;" Received string: "background: green; color: red;" Call log: - expect.toHaveAttribute with timeout 5000ms - waiting for getByTestId('change style if callback returns a new value on hydration') - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Change style if callback returns a new value on h…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Change style if callback returns a new value on h…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Change style if callback returns a new value on h…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Change style if callback returns a new value on h…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Change style if callback returns a new value on h…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Change style if callback returns a new value on h…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Change style if callback returns a new value on h…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Change style if callback returns a new value on h…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Change style if callback returns a new value on h…</div> - unexpected value "background: green; color: red;" 46 | 'change style if callback returns a new value on hydration' 47 | ); > 48 | await expect( el ).toHaveAttribute( | ^ 49 | 'style', 50 | 'color: red; background: green;' 51 | ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/directive-style.spec.ts:48:22
[chromium] › interactivity/directive-style.spec.ts:42:6 › data-wp-style › change style if callback returns a new value on hydration: test/e2e/specs/interactivity/directive-style.spec.ts#L48
3) [chromium] › interactivity/directive-style.spec.ts:42:6 › data-wp-style › change style if callback returns a new value on hydration Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected) Locator: getByTestId('change style if callback returns a new value on hydration') Expected string: "color: red; background: green;" Received string: "background: green; color: red;" Call log: - expect.toHaveAttribute with timeout 5000ms - waiting for getByTestId('change style if callback returns a new value on hydration') - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Change style if callback returns a new value on h…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Change style if callback returns a new value on h…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Change style if callback returns a new value on h…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Change style if callback returns a new value on h…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Change style if callback returns a new value on h…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Change style if callback returns a new value on h…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Change style if callback returns a new value on h…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Change style if callback returns a new value on h…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Change style if callback returns a new value on h…</div> - unexpected value "background: green; color: red;" 46 | 'change style if callback returns a new value on hydration' 47 | ); > 48 | await expect( el ).toHaveAttribute( | ^ 49 | 'style', 50 | 'color: red; background: green;' 51 | ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/directive-style.spec.ts:48:22
[chromium] › interactivity/directive-style.spec.ts:42:6 › data-wp-style › change style if callback returns a new value on hydration: test/e2e/specs/interactivity/directive-style.spec.ts#L48
3) [chromium] › interactivity/directive-style.spec.ts:42:6 › data-wp-style › change style if callback returns a new value on hydration Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected) Locator: getByTestId('change style if callback returns a new value on hydration') Expected string: "color: red; background: green;" Received string: "background: green; color: red;" Call log: - expect.toHaveAttribute with timeout 5000ms - waiting for getByTestId('change style if callback returns a new value on hydration') - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Change style if callback returns a new value on h…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Change style if callback returns a new value on h…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Change style if callback returns a new value on h…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Change style if callback returns a new value on h…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Change style if callback returns a new value on h…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Change style if callback returns a new value on h…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Change style if callback returns a new value on h…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Change style if callback returns a new value on h…</div> - unexpected value "background: green; color: red;" - locator resolved to <div data-wp-style--color="state.color" data-testid="…>Change style if callback returns a new value on h…</div> - unexpected value "background: green; color: red;" 46 | 'change style if callback returns a new value on hydration' 47 | ); > 48 | await expect( el ).toHaveAttribute( | ^ 49 | 'style', 50 | 'color: red; background: green;' 51 | ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/directive-style.spec.ts:48:22
[chromium] › interactivity/directive-style.spec.ts:89:6 › data-wp-style › can toggle style in the middle: test/e2e/specs/interactivity/directive-style.spec.ts#L91
4) [chromium] › interactivity/directive-style.spec.ts:89:6 › data-wp-style › can toggle style in the middle Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected) Locator: getByTestId('can toggle style in the middle') Expected string: "color: blue; background: red; border: 1px solid black;" Received string: "color: blue; border: 1px solid black; background: red;" Call log: - expect.toHaveAttribute with timeout 5000ms - waiting for getByTestId('can toggle style in the middle') - locator resolved to <div data-wp-style--background="state.color" data-tes…>Can toggle style in the middle</div> - unexpected value "color: blue; border: 1px solid black; background: red;" - locator resolved to <div data-wp-style--background="state.color" data-tes…>Can toggle style in the middle</div> - unexpected value "color: blue; border: 1px solid black; background: red;" - locator resolved to <div data-wp-style--background="state.color" data-tes…>Can toggle style in the middle</div> - unexpected value "color: blue; border: 1px solid black; background: red;" - locator resolved to <div data-wp-style--background="state.color" data-tes…>Can toggle style in the middle</div> - unexpected value "color: blue; border: 1px solid black; background: red;" - locator resolved to <div data-wp-style--background="state.color" data-tes…>Can toggle style in the middle</div> - unexpected value "color: blue; border: 1px solid black; background: red;" - locator resolved to <div data-wp-style--background="state.color" data-tes…>Can toggle style in the middle</div> - unexpected value "color: blue; border: 1px solid black; background: red;" - locator resolved to <div data-wp-style--background="state.color" data-tes…>Can toggle style in the middle</div> - unexpected value "color: blue; border: 1px solid black; background: red;" - locator resolved to <div data-wp-style--background="state.color" data-tes…>Can toggle style in the middle</div> - unexpected value "color: blue; border: 1px solid black; background: red;" - locator resolved to <div data-wp-style--background="state.color" data-tes…>Can toggle style in the middle</div> - unexpected value "color: blue; border: 1px solid black; background: red;" 89 | test( 'can toggle style in the middle', async ( { page } ) => { 90 | const el = page.getByTestId( 'can toggle style in the middle' ); > 91 | await expect( el ).toHaveAttribute( | ^ 92 | 'style', 93 | 'color: blue; background: red; border: 1px solid black;' 94 | ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/directive-style.spec.ts:91:22
Playwright - 7
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Puppeteer
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 5
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 1
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 4
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 6
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 7
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 3
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Report to GitHub
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8, ./packages/report-flaky-tests. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🎭 Playwright Run Summary
3 skipped 129 passed (7.4m)
🎭 Playwright Run Summary
1 flaky [chromium] › editor/blocks/navigation.spec.js:180:3 › Navigation block › As a user I want to create submenus using the navigation block › create a submenu 1 skipped 161 passed (7.7m)
🎭 Playwright Run Summary
1 skipped 162 passed (7.1m)
🎭 Playwright Run Summary
11 skipped 152 passed (7.8m)
🎭 Playwright Run Summary
1 failed [chromium] › editor/various/dropdown-menu.spec.js:11:2 › Dropdown Menu › keyboard navigiation ── 162 passed (7.9m)
🎭 Playwright Run Summary
3 failed [chromium] › interactivity/directive-bind.spec.ts:203:8 › data-wp-bind › attribute hydration › value is correctly hydrated for different values [chromium] › interactivity/directive-class.spec.ts:21:6 › data-wp-class › remove class if callback returns falsy value [chromium] › interactivity/directive-class.spec.ts:71:6 › data-wp-class › can toggle class in the middle 4 skipped 155 passed (8.3m)
🎭 Playwright Run Summary
6 failed [chromium] › interactivity/directive-style.spec.ts:21:6 › data-wp-style › dont change style if callback returns same value on hydration [chromium] › interactivity/directive-style.spec.ts:33:6 › data-wp-style › remove style if callback returns falsy value on hydration [chromium] › interactivity/directive-style.spec.ts:42:6 › data-wp-style › change style if callback returns a new value on hydration [chromium] › interactivity/directive-style.spec.ts:89:6 › data-wp-style › can toggle style in the middle [chromium] › interactivity/directive-style.spec.ts:112:6 › data-wp-style › can use context values [chromium] › interactivity/router-regions.spec.ts:28:6 › Router regions › should be the only part hydrated 183 passed (9.1m)
🎭 Playwright Run Summary
164 passed (8.0m)

Artifacts

Produced during runtime
Name Size
failures-artifacts Expired
1.52 MB
flaky-tests-report Expired
846 Bytes