diff --git a/cypress/e2e/Assistant.spec.js b/cypress/e2e/Assistant.spec.js index e7bf2a58cb8..e4dab86d966 100644 --- a/cypress/e2e/Assistant.spec.js +++ b/cypress/e2e/Assistant.spec.js @@ -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')