change account-admin url
This commit is contained in:
@@ -2,11 +2,11 @@ const MSG_PWD_NOT_MATCHED = 'Confirm Password does not match.';
|
||||
|
||||
describe('Confirm that two input passwords are equal.', ()=>{
|
||||
beforeEach(() => {
|
||||
cy.visit('https://REDACTED-HOST/account/account-admin');
|
||||
cy.visit('https://REDACTED-HOST/account-admin');
|
||||
const username = 'cindy';
|
||||
const password = 'REDACTED-PWD';
|
||||
|
||||
cy.visit('https://REDACTED-HOST/account/account-admin');
|
||||
cy.visit('https://REDACTED-HOST/account-admin');
|
||||
|
||||
cy.get('input[id="account"]').type(username);
|
||||
cy.get('input[id="password"]').type(password);
|
||||
|
||||
Reference in New Issue
Block a user