Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
E2E Test - Remove unsupported block test in favor of a visual test
  • Loading branch information
Gerardo committed Jul 19, 2023
commit 38b9a3fde1209cf7a464818cbff5d925cd1552b2

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -1014,6 +1014,7 @@ const blockNames = {
buttons: 'Buttons',
button: 'Button',
preformatted: 'Preformatted',
unsupported: 'Unsupported',
};

module.exports = { initializeEditorPage, blockNames };