Skip to content
Snippets Groups Projects
Unverified Commit 4110cbac authored by Alexander Polyankin's avatar Alexander Polyankin Committed by GitHub
Browse files

Fix e2e-models-metadata flakes (#45995)

parent a293958d
Branches
Tags
No related merge requests found
......@@ -34,8 +34,8 @@ export function setColumnType(oldType, newType) {
.contains(oldType)
.click();
cy.get(".ReactVirtualized__Grid.MB-Select").scrollTo("top");
cy.findByPlaceholderText("Search for a special type").type(newType);
cy.get(".ReactVirtualized__Grid.MB-Select").realMouseWheel({ deltaY: -200 });
cy.findByPlaceholderText("Search for a special type").realType(newType);
popover().findByLabelText(newType).click();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment