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

Fix flaking Percy `table` snapshot in CCI [ci skip] (#21416)

parent 71d057ed
Branches
Tags
No related merge requests found
......@@ -21,10 +21,15 @@ describe("visual tests > visualizations > table", () => {
});
function saveQuestion() {
cy.intercept("POST", "/api/card").as("saveQuestion");
cy.findByText("Save").click();
modal().within(() => {
cy.button("Save").click();
cy.wait("@saveQuestion");
});
modal()
.findByText("Not now")
.click();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment