Skip to content

Commit e487e82

Browse files
committed
test: increase timeout for "options" suite
1 parent 76262ac commit e487e82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cypress/integration/dialog_spec.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ describe("Enhanced Link Toolbar Dialog", () => {
4343
});
4444

4545
it('link.title and tab.order', () => {
46+
cy.wait(2000);
47+
4648
cy.get(".k-pages-dialog .k-list-item:first-child")
4749
.should(
4850
"include.text",

0 commit comments

Comments
 (0)