fix: sonar qube - Multiline support is limited to browsers supporting ES5 only.

This commit is contained in:
Cindy Chang
2024-07-16 09:05:30 +08:00
parent 01555d71b0
commit d0a433754a

View File

@@ -8,8 +8,8 @@ describe('Conformance url pastetd', ()=>{
cy.visit(curUrl); cy.visit(curUrl);
}); });
it('Positive case: After pasting discover/conformance/log/ page, frontend should redirect to corresponding\ it('Positive case: After pasting discover/conformance/log/ page, frontend should redirect to corresponding ' +
page, not login page', () => { 'page, not login page', () => {
cy.get('#account').clear().type(`${Cypress.env('user').username}`); cy.get('#account').clear().type(`${Cypress.env('user').username}`);
cy.get('#password').clear().type(`${Cypress.env('user').password}`); cy.get('#password').clear().type(`${Cypress.env('user').password}`);
cy.get('.btn-lg').click(); cy.get('.btn-lg').click();