Skip to content

Commit a8ab2d7

Browse files
Merge pull request #7327 from nextcloud/renovate/stable30-ts-jest-29.x
chore(deps): update dependency ts-jest to ^29.4.0 (stable30)
2 parents 1e812cc + 5d99b32 commit a8ab2d7

3 files changed

Lines changed: 19 additions & 17 deletions

File tree

cypress/e2e/Assistant.spec.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ describe('Assistant', () => {
6969
cy.wait(2000)
7070

7171
cy.get('.assistant-modal--content button')
72-
.contains('Run task in the background and get notified')
72+
.contains('Get notified')
7373
.click()
7474

75-
cy.get('.assistant-modal--content')
76-
.should('contain', 'Your task has been scheduled')
75+
cy.get('.assistant-modal--content button .bell-ring-outline-icon')
76+
.should('be.visible')
7777

7878
cy.get('.assistant-modal--content .close-button')
7979
.click()

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"prosemirror-test-builder": "^1.1.1",
142142
"raw-loader": "^4.0.2",
143143
"rollup-plugin-webpack-stats": "^1.2.4-beta.6",
144-
"ts-jest": "^29.3.4",
144+
"ts-jest": "^29.4.0",
145145
"typescript": "^5.8.3",
146146
"vite": "^5.4.19",
147147
"vite-plugin-commonjs": "^0.10.4",

0 commit comments

Comments
 (0)