Skip to content

Commit

Permalink
Merge pull request #6082 from nextcloud/cypress/downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Jul 24, 2024
2 parents af0044a + 6f8f949 commit f546695
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 f546695

Please sign in to comment.