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

Skip failing visual test caused by #21026 (#21027)

parent 2eb6bcd0
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,8 @@ describe("visual tests > admin > permissions", () => {
cy.percySnapshot();
});
it("modal", () => {
// This revealed the infinite loop which resulted in metabase#21026
it.skip("modal", () => {
cy.visit("/collection/root/permissions");
cy.findByText("Group name");
cy.percySnapshot();
......
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