Skip to content

Commit

Permalink
attempt to fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Feb 17, 2023
1 parent 08f7fe7 commit 726ff12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ describe( 'Block Actions Menu', () => {
// Get Picker title
const pickerHeader = getByRole( 'header' );
const headerTitle = within( pickerHeader ).getByText(
/Transform Paragraph to/
/Transform "Paragraph" to/
);
expect( headerTitle ).toBeVisible();

Expand Down

0 comments on commit 726ff12

Please sign in to comment.