Skip to content

Commit

Permalink
Fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Jul 26, 2022
1 parent 586004c commit dd535f2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe( 'Block Switcher', () => {
'Group',
'Paragraph',
'Heading',
'Pullquote',
'Quote',
'Columns',
'Table of Contents',
] )
Expand All @@ -55,7 +55,6 @@ describe( 'Block Switcher', () => {
expect.arrayContaining( [
'Group',
'Paragraph',
'Pullquote',
'Heading',
'Table of Contents',
] )
Expand Down

0 comments on commit dd535f2

Please sign in to comment.