diff --git a/cypress/tests/ui/auth.spec.ts b/cypress/tests/ui/auth.spec.ts index d1e7608ef..9b7d017bb 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"; -// Twenty-eight useless comment +// Twenty-ninth useless comment const apiGraphQL = `${Cypress.env("apiUrl")}/graphql`;