#3475871: Break up xb-general into more specific files
Merged
requested to merge issue/experience_builder-3475871:3475871-break-up-xb-general.cy.js into 0.x
Compare changes
Closes #3475871
This MR splits the long xb-general.cy.js into different files (some new, some existing).
New files created:
component-operations.cy.js
: meant for tests that deal with creating, reading, updating, deleting components.
add-section.cy.js
file and moved those tests to component-operations.cy.js
primary-panel.cy.js
: tests for the primary panelrouting.cy.js
: moved the routing test to it's own fileerror-handling.cy.js
: moved the error test to it's own fileRenamed contextual-menu.cy.js
-> contextual-panel.cy.js
to match naming convention of primary panel.