Skip to content
Snippets Groups Projects
Commit 16b56f26 authored by Kamil Mielnik's avatar Kamil Mielnik
Browse files

Revert previous changes

parent d0dfa1a6
No related branches found
No related tags found
No related merge requests found
......@@ -738,7 +738,7 @@ describe("issue 31274", () => {
size_x: 2,
size_y: 2,
row: (length - index - 1) * 2,
text: `Text ${index + 1}`,
text: `Text card ${index + 1}`,
});
});
};
......@@ -769,11 +769,13 @@ describe("issue 31274", () => {
scrollBehavior: "top", // prevents flaky tests
});
visibleActionsPanel().should("have.length", 1);
cy.log(
"Make sure cypress can click the element, which means it is not covered by another",
);
visibleActionsPanel().should("have.length", 1).icon("close").click({
visibleActionsPanel().icon("close").click({
position: "top",
});
......
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