migration from cypress 9 to cypress 10
This commit is contained in:
12
e2e/tests/regression/accounting-user/000-setup.cy.js
Normal file
12
e2e/tests/regression/accounting-user/000-setup.cy.js
Normal file
@@ -0,0 +1,12 @@
|
||||
/// <reference types="cypress" />
|
||||
describe("Login nav menu", () => {
|
||||
it("should display user name", () => {
|
||||
cy.ayLogin("accounting");
|
||||
|
||||
//open nav pane
|
||||
cy.get("[data-cy=navicon]").click();
|
||||
cy.contains("- Accounting"); //part of name displayed at top
|
||||
|
||||
//-----------------------------------------------------
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user