-
- Downloads
MS3: Open notebook data source in new tab (tooltip) (#46552)
* Add tooltip to the data step cell * Conditionally display tooltip * Add unit tests for the data step * Add unit tests for the join step * Move the abstraction to the NotebookDataPicker * Cover the tooltip behavior with E2E test * Update test
Showing
- e2e/test/scenarios/question/notebook-link-to-data-source.cy.spec.ts 17 additions, 0 deletions...cenarios/question/notebook-link-to-data-source.cy.spec.ts
- frontend/src/metabase/query_builder/components/notebook/NotebookDataPicker/NotebookDataPicker.tsx 26 additions, 14 deletions...onents/notebook/NotebookDataPicker/NotebookDataPicker.tsx
- frontend/src/metabase/query_builder/components/notebook/steps/DataStep/DataStep.unit.spec.tsx 23 additions, 0 deletions...components/notebook/steps/DataStep/DataStep.unit.spec.tsx
- frontend/src/metabase/query_builder/components/notebook/steps/JoinStep/JoinStep.unit.spec.tsx 28 additions, 0 deletions...components/notebook/steps/JoinStep/JoinStep.unit.spec.tsx
Please register or sign in to comment