Skip to content

Commit

Permalink
Fix: End 2 end tests master failure; Update transforms structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Nov 15, 2019
1 parent df00c7f commit cd1380f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/e2e-tests/fixtures/block-transforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,18 @@ export const EXPECTED_TRANSFORMS = {
'Verse',
],
},
'core__post-content': {
availableTransforms: [
'Group',
],
originalBlock: 'Post Content',
},
'core__post-title': {
availableTransforms: [
'Group',
],
originalBlock: 'Post Title',
},
core__preformatted: {
originalBlock: 'Preformatted',
availableTransforms: [
Expand Down

0 comments on commit cd1380f

Please sign in to comment.