Skip to content

Commit

Permalink
Adjust test.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Apr 11, 2024
1 parent 617f404 commit 7a284fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ test.describe( 'Style Revisions', () => {
const confirm = page.getByRole( 'dialog' );
await expect( confirm ).toBeVisible();
await expect( confirm ).toHaveText(
/^Are you sure you want to apply this revision? Any unsaved changes will be lost./
/^Are you sure you want to apply this revision\? Any unsaved changes will be lost./
);

// This is to make sure there are no lingering unsaved changes.
Expand Down

0 comments on commit 7a284fc

Please sign in to comment.