Skip to content

Commit

Permalink
Update test to use correct name of block bindings experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Jan 23, 2024
1 parent b7e5c4d commit 08e4e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/editor/various/pattern-overrides.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test.describe( 'Pattern Overrides', () => {
await Promise.all( [
requestUtils.activateTheme( 'emptytheme' ),
requestUtils.setGutenbergExperiments( [
'gutenberg-custom-fields',
'gutenberg-block-bindings',
] ),
requestUtils.deleteAllBlocks(),
] );
Expand Down

0 comments on commit 08e4e99

Please sign in to comment.