From d654b9a767d826700ecf7c705615506319d658a6 Mon Sep 17 00:00:00 2001 From: Ricardo Campos Date: Wed, 25 Oct 2023 12:56:15 -0300 Subject: [PATCH] test: fix cypress test user name issue #480 --- frontend/cypress/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/cypress/constants.ts b/frontend/cypress/constants.ts index 04aa6c49e..7b540ad30 100644 --- a/frontend/cypress/constants.ts +++ b/frontend/cypress/constants.ts @@ -5,5 +5,5 @@ export const THREE_SECONDS = 3 * ONE_SECOND; export const FIVE_SECONDS = 5 * ONE_SECOND; export const TEN_SECONDS = 10 * ONE_SECOND; export const TYPE_DELAY = 50; -export const USERNAME = 'Load Test-3 NRS'; +export const USERNAME = 'NRS Load Test-3'; export const BCEID_NAME = 'LOAD-3-TEST'; \ No newline at end of file