mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-14 03:43:50 +00:00
Feat/104 (#140)
* feat/104: isolate control components * feat/104: open components in isolated window * feat/104: update tests
This commit is contained in:
@@ -38,11 +38,23 @@ describe('validate routes', () => {
|
||||
cy.visit('http://localhost:4001/studio');
|
||||
cy.contains('ON AIR');
|
||||
});
|
||||
|
||||
it('editor routes', () => {
|
||||
cy.visit('http://localhost:4001/editor');
|
||||
cy.contains('Event List');
|
||||
cy.contains('Timer Control');
|
||||
cy.contains('Display Messages');
|
||||
cy.contains('Messages Control');
|
||||
cy.contains('Info');
|
||||
});
|
||||
|
||||
it('self contained editor routes', () => {
|
||||
cy.visit('http://localhost:4001/eventlist');
|
||||
cy.contains('Event List');
|
||||
cy.visit('http://localhost:4001/timercontrol');
|
||||
cy.contains('Timer Control');
|
||||
cy.visit('http://localhost:4001/messagecontrol');
|
||||
cy.contains('Messages Control');
|
||||
cy.visit('http://localhost:4001/info');
|
||||
cy.contains('Info');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user