mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-28 19:00:03 -05:00
12 lines
225 B
JavaScript
12 lines
225 B
JavaScript
const e2e = require('../support/helpers/e2e').default
|
|
|
|
describe('e2e async timeouts', () => {
|
|
e2e.setup()
|
|
|
|
e2e.it('failing1', {
|
|
spec: 'async_timeouts_spec.coffee',
|
|
snapshot: true,
|
|
expectedExitCode: 2,
|
|
})
|
|
})
|