Skip to content

Commit

Permalink
fix: handle download from element missing download attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyrohrbough committed Nov 1, 2023
1 parent 3967b48 commit 80041d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app/src/runner/event-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ export class EventManager {
Cypress.Cookies.log(data.message, data.cookie, data.removed)
break
case 'create:download':
Cypress.cy.isStable(true, 'download')
Cypress.downloads.start(data)
break
case 'complete:download':
Expand Down

0 comments on commit 80041d3

Please sign in to comment.