[E2E] Consolidate question [WIP] (#24733)
* Remove test that is not relevant anymore * Move browse data test where it belongs * Move repro 16108 to the `sharing` reproductions * Consolidate tests regarding the new question data picker * Remove duplicate test Exactly the same copy lives in `saved.cy.spec.js` * Move tests related to aggregation to where they belong * Migrate data picker reproductions over from `new-menu` spec * Move test to the saved questions * Remove the `describe` block related to "simple" question mode Simple or Custom question modes do not exist anymore. When opening a new question data picker, it's always in the custom/notebook mode. The new "simple" mode now refers to an already opened table or a saved question. * Move repro 15808 to nested questions
Showing
- frontend/test/metabase/scenarios/onboarding/home/browse.cy.spec.js 4 additions, 1 deletion...test/metabase/scenarios/onboarding/home/browse.cy.spec.js
- frontend/test/metabase/scenarios/onboarding/navbar/new-menu.cy.spec.js 1 addition, 48 deletions.../metabase/scenarios/onboarding/navbar/new-menu.cy.spec.js
- frontend/test/metabase/scenarios/question/loading.cy.spec.js 0 additions, 33 deletionsfrontend/test/metabase/scenarios/question/loading.cy.spec.js
- frontend/test/metabase/scenarios/question/nested.cy.spec.js 23 additions, 0 deletionsfrontend/test/metabase/scenarios/question/nested.cy.spec.js
- frontend/test/metabase/scenarios/question/new.cy.spec.js 160 additions, 356 deletionsfrontend/test/metabase/scenarios/question/new.cy.spec.js
- frontend/test/metabase/scenarios/question/saved.cy.spec.js 34 additions, 25 deletionsfrontend/test/metabase/scenarios/question/saved.cy.spec.js
- frontend/test/metabase/scenarios/question/summarization.cy.spec.js 136 additions, 0 deletions...test/metabase/scenarios/question/summarization.cy.spec.js
- frontend/test/metabase/scenarios/sharing/reproductions/16108-missing-tooltip.cy.spec.js 18 additions, 0 deletions...os/sharing/reproductions/16108-missing-tooltip.cy.spec.js
Please register or sign in to comment