Skip to content

Commit 1c3c301

Browse files
committed
update to default block page
1 parent 9c910a6 commit 1c3c301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/tests/global-settings.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ test.describe( 'Global Settings', () => {
129129
await defaultBlockPage.getByLabel( 'Hex color' ).fill( 'ff0000' )
130130
await defaultBlockPage.locator( '.stk-color-palette-control .stk-control-content > .components-dropdown > .components-button' ).first().click()
131131

132-
const updateRequest = page.waitForResponse( response => response.url().includes( 'update_block_style' ) && response.request().method() === 'POST' )
132+
const updateRequest = defaultBlockPage.waitForResponse( response => response.url().includes( 'update_block_style' ) && response.request().method() === 'POST' )
133133

134134
// In older WP versions, the button text is 'Update' instead of 'Save'
135135
if ( await defaultBlockPage.getByRole( 'button', { name: 'Save', exact: true } ).isVisible() ) {

0 commit comments

Comments
 (0)