diff --git a/web/cypress/e2e/superuser-usage-logs.cy.ts b/web/cypress/e2e/superuser-usage-logs.cy.ts index 8a7fe542f..4356b90b7 100644 --- a/web/cypress/e2e/superuser-usage-logs.cy.ts +++ b/web/cypress/e2e/superuser-usage-logs.cy.ts @@ -279,4 +279,5 @@ describe('Superuser Usage Logs', () => { cy.url().should('include', '/signin'); }); }); + });