Revert "#setting-error-settings_updated"

This commit is contained in:
Ivan Stojadinov 2024-08-25 13:18:00 +02:00
parent bb9728a03c
commit ae6b72b5c4
1 changed files with 3 additions and 3 deletions

View File

@ -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%/'
);