Revert "#setting-error-settings_updated"
This commit is contained in:
parent
bb9728a03c
commit
ae6b72b5c4
|
@ -44,9 +44,9 @@ test.describe(
|
|||
.fill( '/product/' );
|
||||
await page.locator( '#submit' ).click();
|
||||
// Verify that settings have been saved
|
||||
// await expect(
|
||||
// page.locator( '#setting-error-settings_updated' )
|
||||
// ).toContainText( 'Permalink structure updated.' );
|
||||
await expect(
|
||||
page.locator( '#setting-error-settings_updated' )
|
||||
).toContainText( 'Permalink structure updated.' );
|
||||
await expect( page.locator( '#permalink_structure' ) ).toHaveValue(
|
||||
'/%postname%/'
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue