mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 21:03:29 +00:00
feat: project info view
This commit is contained in:
committed by
Carlos Valente
parent
312b294a61
commit
7aec3e0d73
@@ -55,6 +55,12 @@ test.describe('test view navigation feature', () => {
|
||||
page.locator('data-test-id=countdown-view');
|
||||
await expect(page).toHaveURL('http://localhost:4001/countdown');
|
||||
|
||||
await page.getByRole('button', { name: 'toggle menu' }).click();
|
||||
page.locator('data-test-id=navigation__menu');
|
||||
await page.getByRole('link', { name: 'Project Info' }).click();
|
||||
page.locator('data-test-id=project-view');
|
||||
await expect(page).toHaveURL('http://localhost:4001/info');
|
||||
|
||||
await page.getByRole('button', { name: 'toggle menu' }).click();
|
||||
page.locator('data-test-id=navigation__menu');
|
||||
await page.getByRole('link', { name: 'Timer', exact: true }).click();
|
||||
|
||||
Reference in New Issue
Block a user