Skip to content

Commit 1133098

Browse files
authored
Merge pull request #6516 from nextcloud/ci/cypress-assistant
ci: Fix assistant button selector
2 parents 521ce8a + e86adb9 commit 1133098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/Assistant.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ describe('Assistant', () => {
6969
cy.wait(2000)
7070

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

7575
cy.get('.assistant-modal--content')

0 commit comments

Comments
 (0)