From 214ade114ea63ee2be4dfb730e62a2d678f44b2f Mon Sep 17 00:00:00 2001 From: Mark Erikson Date: Mon, 20 May 2024 13:28:36 -0400 Subject: [PATCH] Twenty-sixth bump --- cypress/tests/ui/auth.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/tests/ui/auth.spec.ts b/cypress/tests/ui/auth.spec.ts index d024b5fa5..7453a5c07 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-fifth useless comment +// Twenty-sixth useless comment const apiGraphQL = `${Cypress.env("apiUrl")}/graphql`;