sonar security hotspots

This commit is contained in:
Cindy Chang
2024-08-12 11:30:08 +08:00
parent d8c1e84622
commit 8c58f53d4f
6 changed files with 9 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ describe('Account duplication check.', ()=>{
beforeEach(() => {
cy.visit('https://REDACTED-HOST/account-admin');
const username = 'cindy';
const password = 'REDACTED-PWD';
const password = Cypress.env('loginPwd');
cy.visit('https://REDACTED-HOST/account-admin');