mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-15 12:23:51 +00:00
refactor: items active by default
This commit is contained in:
committed by
Carlos Valente
parent
1d4ddea596
commit
8ef807d6cb
@@ -19,8 +19,6 @@ test('URL preset feature, it should redirect to given URL', async ({ page }) =>
|
||||
await page.getByTestId('field__url_0').click();
|
||||
await page.getByTestId('field__url_0').fill('countdown');
|
||||
|
||||
await page.getByTestId('field__enable_0').click();
|
||||
|
||||
await page.getByTestId('url-preset-form').getByRole('button', { name: 'Save', exact: true }).click();
|
||||
|
||||
// make sure preset works
|
||||
|
||||
Reference in New Issue
Block a user