Skip to content

Commit

Permalink
test: increase timeout for "options" suite
Browse files Browse the repository at this point in the history
  • Loading branch information
gearsdigital committed Jul 13, 2020
1 parent 76262ac commit e487e82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/integration/dialog_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ describe("Enhanced Link Toolbar Dialog", () => {
});

it('link.title and tab.order', () => {
cy.wait(2000);

cy.get(".k-pages-dialog .k-list-item:first-child")
.should(
"include.text",
Expand Down

0 comments on commit e487e82

Please sign in to comment.