mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-25 08:59:13 +00:00
chore: rename blocks to groups
This commit is contained in:
committed by
Carlos Valente
parent
486d89ecf4
commit
e5d2457717
@@ -10,5 +10,5 @@ test('cuesheet displays events', async ({ page }) => {
|
||||
|
||||
// there should be 16 rows in the table (same as the amount of events in the rundown)
|
||||
await expect(page.getByTestId('cuesheet-event')).toHaveCount(14);
|
||||
await expect(page.getByTestId('cuesheet-block')).toHaveCount(2);
|
||||
await expect(page.getByTestId('cuesheet-group')).toHaveCount(2);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user