Skip to content
Snippets Groups Projects
Commit 01139a82 authored by Sameer Al-Sakran's avatar Sameer Al-Sakran
Browse files

fix new question integration test

parent 68739beb
Branches
Tags
No related merge requests found
......@@ -113,7 +113,7 @@ describe("new question flow", async () => {
await store.waitForActions([RESET_QUERY, FETCH_METRICS, FETCH_SEGMENTS, FETCH_DATABASES]);
await store.waitForActions([SET_REQUEST_STATE]);
click(app.find(NewQueryOption).filterWhere((c) => c.prop('title') === "SQL"))
click(app.find(NewQueryOption).filterWhere((c) => c.prop('title') === "Native query"))
await store.waitForActions(INITIALIZE_QB);
expect(getQuery(store.getState()) instanceof NativeQuery).toBe(true)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment