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

Fix flake in repro for #14114 (#16623)

parent a980d3f1
No related branches found
No related tags found
No related merge requests found
......@@ -293,9 +293,13 @@ describe("scenarios > collection_defaults", () => {
cy.findByText("Child");
cy.findByText("Parent").should("not.exist");
cy.findByText("Browse all items").click();
cy.findByText("Child");
cy.findByText("No Collection Tableton").should("not.exist");
cy.findByText("Parent").should("not.exist");
sidebar().within(() => {
cy.findByText("Our analytics");
cy.findByText("Child");
cy.findByText("Parent").should("not.exist");
cy.findByText("Your personal collection");
});
});
it.skip("should be able to choose a child collection when saving a question (metabase#14052)", () => {
......
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