Skip to content

Commit

Permalink
test(cypress): Downgrade to last cypress version that doesn't crash
Browse files Browse the repository at this point in the history
Let's wait until cypress-io/cypress#27415 got
fixed upstream.

Signed-off-by: Jonas <jonas@freesources.org>
  • Loading branch information
mejo- committed Jul 24, 2024
1 parent 3095c21 commit 81bcd61
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 17 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/SmartPicker.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('Smart picker', () => {
.should('have.text', 'Hello World')
})

it.skip('Insert a link with the smart picker', () => {
it('Insert a link with the smart picker', () => {
cy.isolateTest({
sourceFile: fileName,
})
Expand Down Expand Up @@ -82,7 +82,7 @@ describe('Smart picker', () => {

cy.getContent()
.find('a')
.should('have.text', 'https://github.com')
.should('contain.text', 'https://github.com')

})
})
47 changes: 33 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"@vue/tsconfig": "^0.5.1",
"@vue/vue2-jest": "^29.2.6",
"@vueuse/core": "^10.11.0",
"cypress": "^13.13.1",
"cypress": "^13.6.2",
"cypress-split": "^1.24.0",
"cypress-visual-regression": "^5.0.0",
"cypress-vite": "^1.5.0",
Expand Down

0 comments on commit 81bcd61

Please sign in to comment.