Skip to content

Commit

Permalink
Period.
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Feb 6, 2024
1 parent 1d33ad4 commit 7a79094
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ test.describe( 'Style Revisions', () => {
// Shows changes made in the revision.
await expect(
page.getByTestId( 'global-styles-revision-changes' )
).toHaveText( 'Colors' );
).toHaveText( 'Colors.' );

// There should be 2 revisions not including the reset to theme defaults button.
await expect( revisionButtons ).toHaveCount(
Expand Down

0 comments on commit 7a79094

Please sign in to comment.