New offline embed (#3599)

* WIP

* feat(web): add new offline embed view. First step of #2917

* feat(web): support remote fediverse follow flow from embed

* feat(chore): add back offline video embed browser test
This commit is contained in:
Gabe Kangas
2024-02-25 12:52:32 -08:00
committed by GitHub
parent 96c769cf6f
commit 5ce78fbad4
5 changed files with 296 additions and 11 deletions

View File

@@ -7,9 +7,7 @@ describe(`Offline video embed`, () => {
});
// Offline banner
it('Has correct offline banner values', () => {
cy.contains('This stream is offline. Check back soon!').should(
'be.visible'
);
it('Has correct offline embed values', () => {
cy.contains('This stream is not currently live.').should('be.visible');
});
});