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

[E2E] Unskip repro for #12489 (#25541)

parent 15909fc3
No related branches found
No related tags found
No related merge requests found
......@@ -253,7 +253,7 @@ describe("collection permissions", () => {
});
});
it.skip("visiting already archived collection by its ID shouldn't let you edit it (metabase#12489)", () => {
it("visiting already archived collection by its ID shouldn't let you edit it (metabase#12489)", () => {
cy.request("GET", "/api/collection").then(xhr => {
const { id: THIRD_COLLECTION_ID } = xhr.body.find(
collection => collection.slug === "third_collection",
......
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