From 89059d01b778e07681ad9225fc5d11b36d2a618f Mon Sep 17 00:00:00 2001 From: Julius Knorr Date: Thu, 10 Oct 2024 10:14:46 +0200 Subject: [PATCH] ci: Fix assistant button selector Signed-off-by: Julius Knorr --- cypress/e2e/Assistant.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')