mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-15 04:13:47 +00:00
feat: timer preview
This commit is contained in:
committed by
Carlos Valente
parent
fa709dc9be
commit
4d8bea2940
@@ -7,9 +7,9 @@ test('message control sends messages to screens', async ({ context }) => {
|
||||
await editorPage.goto('http://localhost:4001/messagecontrol');
|
||||
|
||||
// stage timer message
|
||||
await editorPage.getByPlaceholder('Timer').click();
|
||||
await editorPage.getByPlaceholder('Timer').fill('testing stage');
|
||||
await editorPage.getByRole('button', { name: /toggle timer/i }).click({ timeout: 5000 });
|
||||
await editorPage.getByPlaceholder('Message shown fullscreen in stage timer').click();
|
||||
await editorPage.getByPlaceholder('Message shown fullscreen in stage timer').fill('testing stage');
|
||||
await editorPage.getByRole('button', { name: /toggle timer message/i }).click({ timeout: 5000 });
|
||||
|
||||
await featurePage.goto('http://localhost:4001/timer');
|
||||
await featurePage.waitForLoadState('load', { timeout: 5000 });
|
||||
|
||||
Reference in New Issue
Block a user