Skip to content

Commit e86adb9

Browse files
committed
ci: Fix assistant button selector
Signed-off-by: Julius Knorr <[email protected]>
1 parent a39c890 commit e86adb9

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)