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

Fix a flake where Cypress cannot click "Exit admin" (#20738)

parent 5983a774
No related branches found
No related tags found
No related merge requests found
......@@ -380,7 +380,7 @@ describe("smoketest > admin_setup", () => {
it("should reflect changes to column name, visibility, and formatting in the notebook editor for admin", () => {
// Navigate
cy.findByText("Exit admin").click();
cy.findByText("Exit admin").click({ force: true });
// Checking table name
......
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