mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 21:03:29 +00:00
refactor: inactivity checks keyboard and has initial state
This commit is contained in:
committed by
Carlos Valente
parent
4320ad26a4
commit
5ad69b458d
@@ -5,6 +5,7 @@ test('View params configures timer view', async ({ page }) => {
|
||||
|
||||
await expect(page.getByText('TIME NOW')).toBeInViewport();
|
||||
|
||||
await page.mouse.move(Math.random() * 100, Math.random() * 100);
|
||||
await page.getByTestId('navigation__toggle-settings').click();
|
||||
await page.locator('label').filter({ hasText: 'Hide Time NowHides the Time' }).locator('span').nth(2).click();
|
||||
await page.getByRole('button', { name: 'Save' }).click();
|
||||
|
||||
Reference in New Issue
Block a user