Skip to content

Commit

Permalink
Change Detection: Fix selector for new theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
epiqueras committed Nov 22, 2019
1 parent 200924c commit 679764a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ describe( 'Change detection', () => {

// Increase the paragraph's font size again.
await page.click( '[data-type="core/paragraph"]' );
await page.select( '.components-select-control__input', 'huge' );
await page.select( '.components-select-control__input', 'larger' );
await page.click( '[data-type="core/paragraph"]' );

// Check that the post is dirty.
Expand Down

0 comments on commit 679764a

Please sign in to comment.