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

Fix E2E "move dashcards to tabs" flake (#35427)


* Fix E2E "move dashbards to tabs" flake

[ci skip]

* Use hover to trigger the menu

[ci skip]

Co-authored-by: default avatarKamil Mielnik <kamil@kamilmielnik.com>

* Force-click is not needed anymore

[ci skip]

---------

Co-authored-by: default avatarKamil Mielnik <kamil@kamilmielnik.com>
parent d9f1cd16
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@ export function goToTab(tabName) {
}
export function moveDashCardToTab({ dashcardIndex = 0, tabName }) {
getDashboardCard(dashcardIndex).realHover().icon("move_card").click();
getDashboardCard(dashcardIndex).realHover().icon("move_card").realHover();
menu().findByText(tabName).click();
}
......
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