mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-09 16:19:47 +00:00
Navigation (#850)
This commit is contained in:
@@ -4,7 +4,7 @@ test('test URL preset feature, it should redirect to given URL', async ({ page }
|
||||
await page.goto('http://localhost:4001/editor');
|
||||
|
||||
// open settings
|
||||
await page.getByRole('button', { name: 'Application settings' }).click();
|
||||
await page.getByTestId('navigation__toggle-settings').click();
|
||||
await page.getByRole('button', { name: 'General' }).click();
|
||||
|
||||
// create preset
|
||||
|
||||
Reference in New Issue
Block a user