block end calculation (#1683)

This commit is contained in:
Alex Christoffer Rasmussen
2025-07-13 17:01:21 +02:00
committed by Carlos Valente
parent e811a82be2
commit e9dda817e5
15 changed files with 474 additions and 376 deletions
+1 -1
View File
@@ -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);