This commit is contained in:
@@ -23,7 +23,7 @@ test.describe('Live Streaming E2E', () => {
|
||||
await loginAsAdmin(page, TEST_ADMIN.identifier, TEST_ADMIN.password)
|
||||
await page.goto('/cameras')
|
||||
await page.waitForLoadState('domcontentloaded')
|
||||
await expect(page.getByRole('heading', { name: 'Cameras' })).toBeVisible({ timeout: 10000 })
|
||||
await expect(page.getByRole('heading', { name: 'Cameras', exact: true })).toBeVisible({ timeout: 10000 })
|
||||
})
|
||||
|
||||
test('publisher only: start sharing and reach Live', async ({ browser, browserName }) => {
|
||||
|
||||
Reference in New Issue
Block a user