From 08da3bc24d499327b2b53475f6ee37ab86d23388 Mon Sep 17 00:00:00 2001 From: Christopher Henn Date: Mon, 4 Mar 2019 09:01:49 -0800 Subject: [PATCH] Update Cypress test with new variable convention --- ui/cypress/e2e/explorer.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/cypress/e2e/explorer.test.ts b/ui/cypress/e2e/explorer.test.ts index d07824ebed..761f2b6390 100644 --- a/ui/cypress/e2e/explorer.test.ts +++ b/ui/cypress/e2e/explorer.test.ts @@ -93,7 +93,7 @@ describe('DataExplorer', () => { cy.getByTestID('time-machine--bottom').within(() => { cy.get('textarea').type( `from(bucket: "defbuck") - |> range(start: timeRangeStart, stop: timeRangeStop) + |> range(start: -10s) |> filter(fn: (r) => r._measurement == "no exist")`, {force: true} )