diff --git a/ui/cypress/support/commands.ts b/ui/cypress/support/commands.ts index 1eedf8d84..f5a09e47d 100644 --- a/ui/cypress/support/commands.ts +++ b/ui/cypress/support/commands.ts @@ -548,6 +548,7 @@ function wrapChronografUsers() { */ export function flush() { cy.OAuthLogin('test') + cy.visit('/') cy.request({ method: 'GET', url: `${apiUrl}/sources`,