From b67c10b5e10afc97290d9f85b06e75ee82128a4c Mon Sep 17 00:00:00 2001 From: Bucky Schwarz Date: Tue, 7 Jan 2020 14:04:57 -0800 Subject: [PATCH] test: add more queryBuilder e2e tests --- ui/cypress/e2e/queryBuilder.test.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ui/cypress/e2e/queryBuilder.test.ts b/ui/cypress/e2e/queryBuilder.test.ts index e1032bc2a34..dc78db8acc8 100644 --- a/ui/cypress/e2e/queryBuilder.test.ts +++ b/ui/cypress/e2e/queryBuilder.test.ts @@ -90,9 +90,7 @@ describe('The Query Builder', () => { }) }) - // This is flaky in prod - // https://circleci.com/gh/influxdata/influxdb/74628#artifacts/containers/0 - describe.skip('from the Dashboard view', () => { + describe('from the Dashboard view', () => { beforeEach(() => { cy.get('@org').then((org: Organization) => { cy.createDashboard(org.id).then(({body}) => {