Skip to content
Snippets Groups Projects
Unverified Commit ce333713 authored by Aleksandr Lesnenko's avatar Aleksandr Lesnenko Committed by GitHub
Browse files

add 50ms delay when removing metabot sql query to fix flakes (#29872)

parent 0485afa8
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ const verifyHomeMetabot = () => {
const verifyManualQueryEditing = () => {
cy.findByText("Open Editor").click();
cy.findByTestId("native-query-editor")
.type("{selectall}{backspace}")
.type("{selectall}{backspace}", { delay: 50 })
.type(MANUAL_QUERY);
cy.findByLabelText("Refresh").click();
cy.wait("@dataset");
......
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