Skip to content

Commit

Permalink
test: fix cypress test user name
Browse files Browse the repository at this point in the history
issue #480
  • Loading branch information
RMCampos committed Oct 25, 2023
1 parent 011d737 commit d654b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/cypress/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

0 comments on commit d654b9a

Please sign in to comment.