Skip to content
Snippets Groups Projects
Unverified Commit c68b889d authored by Raphael Krut-Landau's avatar Raphael Krut-Landau Committed by GitHub
Browse files

Fix drill FK test flake by removing unneeded wait for /api/dataset (#42501)

parent 3ef530db
No related branches found
No related tags found
No related merge requests found
......@@ -334,8 +334,6 @@ describe("scenarios > models metadata", () => {
cy.findByText("68883"); // zip
cy.findAllByText("Hudson Borer");
cy.icon("close").click();
// FIXME: the problem occurs here
cy.wait("@dataset");
});
cy.go("back"); // navigate away from drilled table
......
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