diff --git a/apps/client/src/features/rundown/event-block/EventBlockInner.tsx b/apps/client/src/features/rundown/event-block/EventBlockInner.tsx index d15abe82f..251fe3423 100644 --- a/apps/client/src/features/rundown/event-block/EventBlockInner.tsx +++ b/apps/client/src/features/rundown/event-block/EventBlockInner.tsx @@ -147,7 +147,7 @@ const EventBlockInner = (props: EventBlockInnerProps) => { diff --git a/e2e/tests/features/204-editor-crud.spec.ts b/e2e/tests/features/204-editor-crud.spec.ts index df4ce03b3..dce7073c5 100644 --- a/e2e/tests/features/204-editor-crud.spec.ts +++ b/e2e/tests/features/204-editor-crud.spec.ts @@ -28,5 +28,5 @@ test('CRUD operations on the rundown', async ({ page }) => { await page.locator('label').filter({ hasText: 'Event is public' }).click(); await page.getByTestId('quick-add-event').click(); - await expect(await page.getByTestId('entry-4').getByRole('img').nth(3)).toHaveAttribute('data-isPublic', 'true'); + await expect(await page.getByTestId('entry-4').getByRole('img').nth(3)).toHaveAttribute('data-ispublic', 'true'); });