Skip to content

Commit

Permalink
increase timeout for CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdadah committed Sep 21, 2020
1 parent c25c161 commit 12b2934
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,7 +19,7 @@ describe("Create a new file in the universal data tool", () => {
});

it('should be able to store session url', () =>{
cy.get("div[title='share-link']").children().children().then(elements => {
cy.get("div[title='share-link']", {timeout: 20000}).children().children().then(elements => {
collobrationURL = Cypress.$(elements[0]).val()
})
})
Expand Down

0 comments on commit 12b2934

Please sign in to comment.