Skip to content

Commit

Permalink
e2e: fix Site Editor Styles test
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed May 29, 2024
1 parent ce54632 commit 3655cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/site-editor/styles.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ test.describe( 'Styles', () => {
await paddingControl.fill( '2' );

// Check the padding value
await expect( block ).toHaveCSS( 'padding-left', '35.4644px' );
await expect( block ).toHaveCSS( 'padding-left', '35.4932px' );
} );
} );

0 comments on commit 3655cf7

Please sign in to comment.