done (#2948)
This commit is contained in:
parent
3f94803c79
commit
91478a8b6d
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ Cypress.Commands.add("fillAutocompleteSelect", (selectSelector, option) => {
|
|||
.first()
|
||||
.then(detachedOption => {
|
||||
cy.get(selectSelector).clear();
|
||||
cy.get(selectSelector).type(option);
|
||||
cy.get(selectSelector).type(option, { delay: 10 });
|
||||
cy.wrap(detachedOption).should(det => {
|
||||
Cypress.dom.isDetached(det);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue