From 2d002fb0f48aa03b40d17a98c1a8dede74843e3d Mon Sep 17 00:00:00 2001 From: Andrew Watkins Date: Fri, 18 Oct 2019 10:47:44 -0700 Subject: [PATCH] test: collectors reload page --- ui/cypress/e2e/collectors.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/cypress/e2e/collectors.test.ts b/ui/cypress/e2e/collectors.test.ts index f6ae6d9db5..745187adc3 100644 --- a/ui/cypress/e2e/collectors.test.ts +++ b/ui/cypress/e2e/collectors.test.ts @@ -133,6 +133,8 @@ describe('Collectors', () => { cy.createTelegraf(thirdTelegraf, description, id) }) + cy.reload() + cy.getByTestID('search-widget').type(firstTelegraf) cy.getByTestID('resource-card').should('have.length', 1)