Skip to content
Snippets Groups Projects
Unverified Commit 71fedd19 authored by Ryan Laurie's avatar Ryan Laurie Committed by GitHub
Browse files

reduce flakes in actions tests (#29220)

parent a4322db3
Branches
Tags
No related merge requests found
......@@ -634,6 +634,8 @@ function createDashboardWithActionButton({
if (idFilter) {
cy.findByRole("dialog").within(() => {
cy.findByText(/has no parameters to map/i).should("not.exist");
cy.findByText(/Where should the values/i);
cy.findAllByText(/ask the user/i)
.first()
.click();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment