diff --git a/cypress/tests/ui/auth.spec.ts b/cypress/tests/ui/auth.spec.ts index 8f8f19bbe..26a9ab861 100644 --- a/cypress/tests/ui/auth.spec.ts +++ b/cypress/tests/ui/auth.spec.ts @@ -1,7 +1,7 @@ import { User } from "../../../src/models"; import { isMobile } from "../../support/utils"; -// Nineteenth useless comment +// Twentieth useless comment const apiGraphQL = `${Cypress.env("apiUrl")}/graphql`;