Skip to content

Commit

Permalink
fix e2es
Browse files Browse the repository at this point in the history
  • Loading branch information
glendaviesnz committed Jan 25, 2024
1 parent 5bc9daa commit 41d397f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/e2e/specs/editor/various/pattern-overrides.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ test.describe( 'Pattern Overrides', () => {
name: 'core/block',
attributes: {
ref: patternId,
overrides: {
content: {
[ editableParagraphId ]: {
content: [ 1, 'I would word it this way' ],
},
Expand All @@ -181,7 +181,7 @@ test.describe( 'Pattern Overrides', () => {
name: 'core/block',
attributes: {
ref: patternId,
overrides: {
content: {
[ editableParagraphId ]: {
content: [ 1, 'This one is different' ],
},
Expand Down Expand Up @@ -305,7 +305,7 @@ test.describe( 'Pattern Overrides', () => {
name: 'core/block',
attributes: {
ref: id,
overrides: {
content: {
[ buttonId ]: {
linkTarget: [ 0 ],
},
Expand Down

0 comments on commit 41d397f

Please sign in to comment.