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

Unskip repro for 8406 (#21469)

parent 4804d46a
No related branches found
No related tags found
No related merge requests found
......@@ -53,8 +53,7 @@ describe("personal collections", () => {
cy.icon("pencil").should("not.exist");
});
// Quarantined because of the failures in CI caused by metabase#21026
it.skip("shouldn't be able to change permission levels for sub-collections in personal collections (metabase#8406)", () => {
it("shouldn't be able to change permission levels for sub-collections in personal collections (metabase#8406)", () => {
cy.visit("/collection/root");
cy.findByText("Your personal collection").click();
// Create new collection inside admin's personal collection and navigate to it
......
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