Skip to content

Commit 6ac68f6

Browse files
mejo-backportbot[bot]
authored andcommitted
test(cypress): Downgrade to last cypress version that doesn't crash
Let's wait until cypress-io/cypress#27415 got fixed upstream. Signed-off-by: Jonas <jonas@freesources.org> [skip ci]
1 parent 0e312bb commit 6ac68f6

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

cypress/e2e/SmartPicker.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe('Smart picker', () => {
4141
.should('have.text', 'Hello World')
4242
})
4343

44-
it.skip('Insert a link with the smart picker', () => {
44+
it('Insert a link with the smart picker', () => {
4545
cy.isolateTest({
4646
sourceFile: fileName,
4747
})
@@ -77,7 +77,7 @@ describe('Smart picker', () => {
7777

7878
cy.getContent()
7979
.find('a')
80-
.should('have.text', 'https://github.com')
80+
.should('contain.text', 'https://github.com')
8181

8282
})
8383
})

package-lock.json

Lines changed: 17 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)