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

Fix binning click-related flakes (#21436)

parent ae3c76b2
Branches
Tags
No related merge requests found
......@@ -48,7 +48,7 @@ export function changeBinningForDimension({
if (fromBinning) {
binningButton.should("have.text", fromBinning);
}
binningButton.click();
binningButton.click({ force: true });
cy.findByText(toBinning).click();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment