fix(test): close the sidebar
This commit is contained in:
parent
9e719b5a1c
commit
4d029fa4fd
1 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,8 @@ describe(
|
|||
before(() => {
|
||||
cy.login();
|
||||
cy.visit(`/app/note/new`);
|
||||
// close the sidebar cause default is expanded
|
||||
cy.get(".body-sidebar .collapse-sidebar-link").click();
|
||||
});
|
||||
|
||||
test_button_names.forEach((button_name) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue