Skip to content

Commit

Permalink
Allow warning for e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Apr 26, 2023
1 parent 9f66f6a commit 847416a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ describe( 'iframed inline styles', () => {

// Skip flaky test. See https://github.com/WordPress/gutenberg/issues/35172
it( 'should load inline styles in iframe', async () => {
expect( console ).toHaveWarned();

await insertBlock( 'Iframed Inline Styles' );

expect( await getEditedPostContent() ).toMatchSnapshot();
Expand Down

0 comments on commit 847416a

Please sign in to comment.