Skip to content

Commit

Permalink
Merge pull request #43 from Lakitna/release-1.1.0
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
Lakitna authored Mar 25, 2020
2 parents b37397d + 3d9c071 commit 0bcbdfc
Show file tree
Hide file tree
Showing 5 changed files with 629 additions and 528 deletions.
2 changes: 1 addition & 1 deletion cypress/integration/then.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('The overwritten command `then`', function() {
cy.timeout(50);

cy.then({ timeout: 150 }, function() {
Promise.delay(100);
return Promise.delay(100);
});
});

Expand Down
Loading

0 comments on commit 0bcbdfc

Please sign in to comment.