fix: sonar qube - Multiline support is limited to browsers supporting ES5 only.
This commit is contained in:
@@ -8,8 +8,8 @@ describe('Conformance url pastetd', ()=>{
|
||||
cy.visit(curUrl);
|
||||
});
|
||||
|
||||
it('Positive case: After pasting discover/conformance/log/ page, frontend should redirect to corresponding\
|
||||
page, not login page', () => {
|
||||
it('Positive case: After pasting discover/conformance/log/ page, frontend should redirect to corresponding ' +
|
||||
'page, not login page', () => {
|
||||
cy.get('#account').clear().type(`${Cypress.env('user').username}`);
|
||||
cy.get('#password').clear().type(`${Cypress.env('user').password}`);
|
||||
cy.get('.btn-lg').click();
|
||||
|
||||
Reference in New Issue
Block a user