mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-27 01:49:10 +00:00
feat: operator view (#440)
* feat: operator view * chore: smoke test operator * refactor: small improvements from deepsource --------- Co-authored-by: arihanv <arihanvaranasi@gmail.com> Co-authored-by: arihanv <63890951+arihanv@users.noreply.github.com>
This commit is contained in:
@@ -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');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user