Skip to content

Commit

Permalink
Fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed May 5, 2023
1 parent 47d29f2 commit 8acff4c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions test/e2e/specs/site-editor/push-to-global-styles.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ test.describe( 'Push to Global Styles button', () => {
await page
.getByRole( 'button', { name: 'Heading block styles' } )
.click();
await page.getByRole( 'button', { name: 'Typography styles' } ).click();

// Headings should not have uppercase
await expect(
Expand Down Expand Up @@ -87,7 +86,6 @@ test.describe( 'Push to Global Styles button', () => {
await page
.getByRole( 'button', { name: 'Heading block styles' } )
.click();
await page.getByRole( 'button', { name: 'Typography styles' } ).click();

// Headings should now have uppercase
await expect(
Expand Down
1 change: 0 additions & 1 deletion test/e2e/specs/site-editor/style-book.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ test.describe( 'Style Book', () => {
} ) => {
await page.click( 'role=button[name="Blocks styles"]' );
await page.click( 'role=button[name="Heading block styles"]' );
await page.click( 'role=button[name="Typography styles"]' );

await page
.frameLocator( '[name="style-book-canvas"]' )
Expand Down

0 comments on commit 8acff4c

Please sign in to comment.