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

Fix flakes in native filters spec [ci skip] (#21387)

parent 522d6d33
Branches
Tags
No related merge requests found
......@@ -28,7 +28,7 @@ export function setWidgetType(type) {
export function addWidgetStringFilter(value) {
popover()
.find("input")
.type(value);
.type(`${value}{enter}`);
cy.button("Add filter").click();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment