Skip to content

Commit

Permalink
ci: Fix assistant button selector
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Knorr <[email protected]>
  • Loading branch information
juliusknorr authored and backportbot[bot] committed Oct 10, 2024
1 parent 22d1977 commit 89059d0
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 89059d0

Please sign in to comment.