Skip to content

Commit

Permalink
Merge pull request #6517 from nextcloud/backport/6516/stable30
Browse files Browse the repository at this point in the history
[stable30] ci: Fix assistant button selector
  • Loading branch information
max-nextcloud authored Oct 19, 2024
2 parents e28af34 + 89059d0 commit b683ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/Assistant.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe('Assistant', () => {
cy.wait(2000)

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

cy.get('.assistant-modal--content')
Expand Down

0 comments on commit b683ee2

Please sign in to comment.