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:
@@ -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');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user