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

[E2E] Fix `embedding-native` flake (#28395)

* Attempt to fix flaking embedding-native e2e test

* Fix typo
parent ea61b874
No related branches found
No related tags found
No related merge requests found
......@@ -82,8 +82,9 @@ describe("scenarios > embedding > native questions", () => {
// State: is not KS
filterWidget().contains("State").click();
cy.findByPlaceholderText("Search the list").type("KS");
cy.findByTestId("KS-filter-value").click();
cy.findByPlaceholderText("Search the list").type("KS{enter}");
cy.findAllByTestId(/-filter-value$/).should("have.length", 1);
cy.findByTestId("KS-filter-value").should("be.visible").click();
cy.button("Add filter").click();
cy.findByText("Logan Weber").should("not.exist");
......
......@@ -16,7 +16,7 @@ WHERE true
`;
export const questionDetails = {
name: "Native Quesiton With Multiple Filters - Embedding Test",
name: "Native Question With Multiple Filters - Embedding Test",
description: "FooBar",
native: {
"template-tags": {
......
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