Skip to content
Snippets Groups Projects
Unverified Commit 234e3213 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Remove the assertion about the tooltip on returning to the notebook page (#46805)

parent a4f1223d
No related branches found
No related tags found
No related merge requests found
......@@ -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", () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment