diff --git a/test/automated/browser/cypress/e2e/offline/01_offline_basic.cy.js b/test/automated/browser/cypress/e2e/offline/01_offline_basic.cy.js index a3da21bce..5c7cab253 100644 --- a/test/automated/browser/cypress/e2e/offline/01_offline_basic.cy.js +++ b/test/automated/browser/cypress/e2e/offline/01_offline_basic.cy.js @@ -33,7 +33,7 @@ describe(`Basic tests`, () => { cy.get('.header-title').should('have.text', 'New Owncast Server'); cy.get('.header-subtitle').should( 'have.text', - 'Welcome to your new Owncast server! This description can be changed in the admin. Visit https://owncast.online/docs/configuration/ to learn more.' + 'This is a new live video streaming server powered by Owncast.' ); });