diff --git a/e2e/test/scenarios/question/notebook-link-to-data-source.cy.spec.ts b/e2e/test/scenarios/question/notebook-link-to-data-source.cy.spec.ts index 4a03cf0cb0457a550e9f950d7215190e6c7246ff..5e737139eaccfa6c265bc444e140c7e2e8c85c86 100644 --- a/e2e/test/scenarios/question/notebook-link-to-data-source.cy.spec.ts +++ b/e2e/test/scenarios/question/notebook-link-to-data-source.cy.spec.ts @@ -98,11 +98,6 @@ describe("scenarios > notebook > link to data source", () => { ); cy.findByTestId("qb-save-button").should("be.enabled"); - cy.go("back"); - - cy.log("Tooltip should not linger open when we go back"); - getNotebookStep("data").findByText("Reviews").should("be.visible"); - cy.findByRole("tooltip").should("not.exist"); }); context("questions", () => {