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

Attempt to fix flaking repro for 18061 (#18700)

parent 8df6c4d1
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,9 @@ describe("issue 18061", () => {
// Enable sharing
cy.request("POST", `/api/dashboard/${dashboard_id}/public_link`);
cy.request("PUT", "/api/setting/enable-public-sharing", {
value: true,
});
},
);
});
......
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