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

[E2E] Fix dashboard card resize flake (#35751)

* [E2E] Fix dashboard card resize flake

* Remove the `@flaky` tag

* Add test to the slow group
parent 4eead247
Branches
Tags
No related merge requests found
......@@ -236,7 +236,7 @@ describe("scenarios > dashboard card resizing", () => {
it(
`should not allow cards to be resized smaller than min height`,
{ tags: "@flaky" },
{ requestTimeout: 15000, tags: "@slow" },
() => {
const cardIds = [];
TEST_QUESTIONS.forEach(question => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment