minor: new nav system (#5)
All checks were successful
ci/woodpecker/push/push Pipeline was successful
All checks were successful
ci/woodpecker/push/push Pipeline was successful
Co-authored-by: Madison Grubb <madison@elastiflow.com> Reviewed-on: #5
This commit was merged in pull request #5.
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