fix: sider issues
This commit is contained in:
parent
8b50b1a6d7
commit
deaf9ef111
1 changed files with 3 additions and 3 deletions
|
|
@ -13,9 +13,9 @@ context('MultiSelectDialog', () => {
|
|||
"is_primary": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
};
|
||||
const promises = Array.from({length: 25})
|
||||
.map(_ => cy.insert_doc('Contact', contact_template, true));
|
||||
.map(() => cy.insert_doc('Contact', contact_template, true));
|
||||
Promise.all(promises);
|
||||
});
|
||||
|
||||
|
|
@ -89,7 +89,7 @@ context('MultiSelectDialog', () => {
|
|||
|
||||
cy.get_open_dialog().get('.list-item-container').should(($rows) => {
|
||||
if ($rows.length <= 20) {
|
||||
throw new Error("More button doesn't work")
|
||||
throw new Error("More button doesn't work");
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue