mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 22:24:11 +00:00
block end calculation (#1683)
This commit is contained in:
committed by
Carlos Valente
parent
e811a82be2
commit
e9dda817e5
@@ -17,7 +17,7 @@ test('CRUD operations on the rundown', async ({ page }) => {
|
||||
await expect(page.getByTestId('rundown-block')).toHaveCount(0);
|
||||
|
||||
// create groups using the quick add buttons
|
||||
await page.getByRole('button', { name: 'Group' }).nth(1).click();
|
||||
await page.getByTestId('rundown').getByRole('button', { name: 'Group' }).nth(1).click();
|
||||
await page.getByRole('button', { name: 'Delay' }).nth(1).click();
|
||||
await page.getByRole('button', { name: 'Event', exact: true }).nth(1).click();
|
||||
await expect(page.getByTestId('rundown-event')).toHaveCount(2);
|
||||
|
||||
Reference in New Issue
Block a user