mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-29 19:41:16 -05:00
secure cookie error crash (#2685)
- fixes #1264 - fixes #1321 - fixes #1799 - fixes #2689 - fixes #2688 - fixes #2687 - fixes #2686
This commit is contained in:
@@ -9,6 +9,7 @@ describe('Cypress Example', function () {
|
||||
it('returns path to example_spec', function () {
|
||||
let result = example.getPathToExample()
|
||||
let expected = `${cwd}/cypress/integration/example_spec.js`
|
||||
|
||||
expect(normalize(result)).to.eq(normalize(expected))
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user