From 7393a1854666b83e2a798e91a5a7237ee7debb6f Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Tue, 22 Nov 2022 13:15:52 -0800 Subject: [PATCH] Additional test updates to reflect more changed defaults --- .../browser/cypress/e2e/offline/01_offline_basic.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.' ); });