Skip to content

Commit

Permalink
Update e2e test to expect new data structure
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Feb 5, 2024
1 parent 2eebdcd commit 5002235
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions test/e2e/specs/editor/various/pattern-overrides.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,11 @@ test.describe( 'Pattern Overrides', () => {
name: 'core/block',
attributes: {
ref: patternId,
overrides: {
content: {
[ editableParagraphId ]: {
content: 'I would word it this way',
values: {
content: 'I would word it this way',
},
},
},
},
Expand All @@ -181,9 +183,11 @@ test.describe( 'Pattern Overrides', () => {
name: 'core/block',
attributes: {
ref: patternId,
overrides: {
content: {
[ editableParagraphId ]: {
content: 'This one is different',
values: {
content: 'This one is different',
},
},
},
},
Expand Down

0 comments on commit 5002235

Please sign in to comment.