Post Editor: Revert "Save" button to "Update" #109127
Annotations
10 errors and 1 notice
test/e2e/specs/editor/various/inner-blocks-templates.spec.js#L54
1) [chromium] › editor/various/inner-blocks-templates.spec.js:23:2 › Inner blocks templates › applying block templates asynchronously does not create a persistent change in the editor
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('role=region[name="Editor top bar"i]').locator('role=button[name="Save"i]')
Expected string: "true"
Received string: ""
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('role=region[name="Editor top bar"i]').locator('role=button[name="Save"i]')
52 | );
53 | await expect( undoButton ).toHaveAttribute( 'aria-disabled', 'true' );
> 54 | await expect( updateButton ).toHaveAttribute( 'aria-disabled', 'true' );
| ^
55 | } );
56 | } );
57 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inner-blocks-templates.spec.js:54:32
|
test/e2e/specs/editor/various/inner-blocks-templates.spec.js#L54
1) [chromium] › editor/various/inner-blocks-templates.spec.js:23:2 › Inner blocks templates › applying block templates asynchronously does not create a persistent change in the editor
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('role=region[name="Editor top bar"i]').locator('role=button[name="Save"i]')
Expected string: "true"
Received string: ""
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('role=region[name="Editor top bar"i]').locator('role=button[name="Save"i]')
52 | );
53 | await expect( undoButton ).toHaveAttribute( 'aria-disabled', 'true' );
> 54 | await expect( updateButton ).toHaveAttribute( 'aria-disabled', 'true' );
| ^
55 | } );
56 | } );
57 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inner-blocks-templates.spec.js:54:32
|
test/e2e/specs/editor/various/inner-blocks-templates.spec.js#L54
1) [chromium] › editor/various/inner-blocks-templates.spec.js:23:2 › Inner blocks templates › applying block templates asynchronously does not create a persistent change in the editor
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('role=region[name="Editor top bar"i]').locator('role=button[name="Save"i]')
Expected string: "true"
Received string: ""
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('role=region[name="Editor top bar"i]').locator('role=button[name="Save"i]')
52 | );
53 | await expect( undoButton ).toHaveAttribute( 'aria-disabled', 'true' );
> 54 | await expect( updateButton ).toHaveAttribute( 'aria-disabled', 'true' );
| ^
55 | } );
56 | } );
57 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inner-blocks-templates.spec.js:54:32
|
test/e2e/specs/editor/various/multi-entity-saving.spec.js#L79
2) [chromium] › editor/various/multi-entity-saving.spec.js:28:2 › Editor - Multi-entity save flow › Save flow should work as expected
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Save', exact: true })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Save', exact: true })
77 |
78 | // Should trigger multi-entity save button once template part edited.
> 79 | await expect( saveButton ).toBeVisible();
| ^
80 |
81 | // Should only have save panel a11y button active after child entities edited.
82 | await expect( openPublishPanel ).toBeHidden();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-entity-saving.spec.js:79:30
|
test/e2e/specs/editor/various/multi-entity-saving.spec.js#L79
2) [chromium] › editor/various/multi-entity-saving.spec.js:28:2 › Editor - Multi-entity save flow › Save flow should work as expected
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Save', exact: true })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Save', exact: true })
77 |
78 | // Should trigger multi-entity save button once template part edited.
> 79 | await expect( saveButton ).toBeVisible();
| ^
80 |
81 | // Should only have save panel a11y button active after child entities edited.
82 | await expect( openPublishPanel ).toBeHidden();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-entity-saving.spec.js:79:30
|
test/e2e/specs/editor/various/multi-entity-saving.spec.js#L79
2) [chromium] › editor/various/multi-entity-saving.spec.js:28:2 › Editor - Multi-entity save flow › Save flow should work as expected
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Save', exact: true })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Save', exact: true })
77 |
78 | // Should trigger multi-entity save button once template part edited.
> 79 | await expect( saveButton ).toBeVisible();
| ^
80 |
81 | // Should only have save panel a11y button active after child entities edited.
82 | await expect( openPublishPanel ).toBeHidden();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-entity-saving.spec.js:79:30
|
test/e2e/specs/editor/various/multi-entity-saving.spec.js#L188
3) [chromium] › editor/various/multi-entity-saving.spec.js:149:2 › Editor - Multi-entity save flow › Site blocks should save individually
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Save', exact: true })
186 | await topBar
187 | .getByRole( 'button', { name: 'Save', exact: true } )
> 188 | .click();
| ^
189 | await expect( publishPanel.getByRole( 'checkbox' ) ).toHaveCount( 3 );
190 |
191 | // Skip site title saving.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-entity-saving.spec.js:188:5
|
test/e2e/specs/editor/various/multi-entity-saving.spec.js#L188
3) [chromium] › editor/various/multi-entity-saving.spec.js:149:2 › Editor - Multi-entity save flow › Site blocks should save individually
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Save', exact: true })
186 | await topBar
187 | .getByRole( 'button', { name: 'Save', exact: true } )
> 188 | .click();
| ^
189 | await expect( publishPanel.getByRole( 'checkbox' ) ).toHaveCount( 3 );
190 |
191 | // Skip site title saving.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-entity-saving.spec.js:188:5
|
test/e2e/specs/editor/various/multi-entity-saving.spec.js#L188
3) [chromium] › editor/various/multi-entity-saving.spec.js:149:2 › Editor - Multi-entity save flow › Site blocks should save individually
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Save', exact: true })
186 | await topBar
187 | .getByRole( 'button', { name: 'Save', exact: true } )
> 188 | .click();
| ^
189 | await expect( publishPanel.getByRole( 'checkbox' ) ).toHaveCount( 3 );
190 |
191 | // Skip site title saving.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-entity-saving.spec.js:188:5
|
test/e2e/specs/editor/various/pattern-overrides.spec.js#L125
4) [chromium] › editor/various/pattern-overrides.spec.js:30:2 › Pattern Overrides › Create a pattern with overrides › Create a synced pattern and assign blocks to allow overrides
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Save' })
123 | .getByRole( 'region', { name: 'Editor top bar' } )
124 | .getByRole( 'button', { name: 'Save' } )
> 125 | .click();
| ^
126 |
127 | await expect(
128 | page.getByRole( 'button', { name: 'Dismiss this notice' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:125:6
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:38:3
|
14 failed
[chromium] › editor/various/inner-blocks-templates.spec.js:23:2 › Inner blocks templates › applying block templates asynchronously does not create a persistent change in the editor
[chromium] › editor/various/multi-entity-saving.spec.js:28:2 › Editor - Multi-entity save flow › Save flow should work as expected
[chromium] › editor/various/multi-entity-saving.spec.js:149:2 › Editor - Multi-entity save flow › Site blocks should save individually
[chromium] › editor/various/pattern-overrides.spec.js:30:2 › Pattern Overrides › Create a pattern with overrides
[chromium] › editor/various/pattern-overrides.spec.js:317:2 › Pattern Overrides › handles button's link settings
[chromium] › editor/various/pattern-overrides.spec.js:932:2 › Pattern Overrides › blocks with the same name should be synced
[chromium] › editor/various/patterns.spec.js:208:2 › Synced pattern › can be saved when modified inside of a published post
[chromium] › editor/various/patterns.spec.js:531:2 › Synced pattern › should be able to insert a reusable block twice
[chromium] › editor/various/post-editor-template-mode.spec.js:40:2 › Post Editor Template mode › Allow to switch to template mode, edit the template and check the result
[chromium] › editor/various/post-editor-template-mode.spec.js:116:2 › Post Editor Template mode › Allow creating custom block templates in classic themes
[chromium] › editor/various/post-visibility.spec.js:35:2 › Post visibility › visibility remains private even if the publish date is in the future
[chromium] › editor/various/preview.spec.js:148:2 › Preview › should display the correct preview when switching between published and draft statuses
[chromium] › editor/various/publish-panel.spec.js:36:2 › Post publish panel › should move focus back to the Publish panel toggle button after publishing and closing the panel
[chromium] › editor/various/publish-panel.spec.js:117:2 › Post publish panel › should show panel and indicator when metadata has been modified
1 skipped
172 passed (18.2m)
|
The logs for this run have expired and are no longer available.
Loading