sonar security hotspots
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user