Skip to content

Commit

Permalink
decaffeinate: Run post-processing cleanups on error_messages.coffee a…
Browse files Browse the repository at this point in the history
…nd 10 other files

Fix
misc_spec.js
navigation_spec.js
popup_spec.js
request_spec.js
screenshot_spec.js
task_spec.js traversals_spec.js
waiting_spec.js
window_spec.js xhr_spec.js
error_messages.js
Fix snapshot.
  • Loading branch information
sainthkh committed May 20, 2020
1 parent 45fe6eb commit 3584896
Show file tree
Hide file tree
Showing 14 changed files with 10,805 additions and 9,634 deletions.
1,946 changes: 983 additions & 963 deletions packages/driver/src/cypress/error_messages.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4380,7 +4380,7 @@ describe('mouse state', () => {
})
.then(($iframe) => {
// cypress does not wrap this as a DOM element (does not wrap in jquery)
return cy.wrap($iframe.first().contents().find('body'))
cy.wrap($iframe.first().contents().find('body'))
})
.within(() => {
cy.get('a#hashchange')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ describe('src/cy/commands/assertions', () => {
}
, 100)

return cy.wrap(obj)
cy.wrap(obj)
}).should('deep.eq', { foo: 'baz' })
})

Expand Down
Loading

0 comments on commit 3584896

Please sign in to comment.