Skip to content

Commit

Permalink
Enable iframe-inline-styles e2e test (#50548)
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian authored May 12, 2023
1 parent 25dadb0 commit 524f7ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe( 'iframed inline styles', () => {
} );

// Skip flaky test. See https://github.com/WordPress/gutenberg/issues/35172
it.skip( 'should load inline styles in iframe', async () => {
it( 'should load inline styles in iframe', async () => {
await insertBlock( 'Iframed Inline Styles' );

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

0 comments on commit 524f7ca

Please sign in to comment.