mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-21 06:59:09 +00:00
feat: allow redirecting to preset
This commit is contained in:
committed by
Carlos Valente
parent
88b8e83494
commit
b8d7324be0
@@ -10,7 +10,7 @@ test('redirect', async ({ context }) => {
|
||||
await controllerPage.getByTestId('not-self-redirect').click();
|
||||
await controllerPage.getByPlaceholder('minimal?key=0000ffff').click();
|
||||
await controllerPage.getByPlaceholder('minimal?key=0000ffff').fill('clock');
|
||||
await controllerPage.getByRole('button', { name: 'Submit' }).click();
|
||||
await controllerPage.getByLabel('Redirect', { exact: true }).click();
|
||||
|
||||
await expect(remotePage.getByTestId('clock-view')).toBeVisible();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user