Additional test updates to reflect more changed defaults

This commit is contained in:
Gabe Kangas 2022-11-22 13:15:52 -08:00
parent b0d651cfc0
commit 7393a18546
No known key found for this signature in database
GPG key ID: 4345B2060657F330

View file

@ -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.'
);
});