mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-21 23:19:09 +00:00
feat: editor layout
This commit is contained in:
committed by
Carlos Valente
parent
967e92e2c8
commit
da02ecd113
@@ -2,6 +2,7 @@ import { test, expect } from '@playwright/test';
|
||||
|
||||
test('Rearrange while playing', async ({ page }) => {
|
||||
await page.goto('http://localhost:4001/rundown');
|
||||
await page.getByRole('button', { name: 'Edit' }).click();
|
||||
|
||||
// clear rundown
|
||||
await page.getByRole('button', { name: 'Rundown menu' }).click();
|
||||
@@ -34,6 +35,7 @@ test('Rearrange while playing', async ({ page }) => {
|
||||
|
||||
test('flag and unflag an event while playing', async ({ page }) => {
|
||||
await page.goto('http://localhost:4001/editor/');
|
||||
await page.getByRole('button', { name: 'Edit' }).click();
|
||||
|
||||
await page.getByRole('button', { name: 'Rundown menu' }).click();
|
||||
await page.getByRole('menuitem', { name: 'Clear all' }).click();
|
||||
|
||||
Reference in New Issue
Block a user