mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-08 08:53:51 +00:00
fix: test - go to Edit mode befor tying to click Event options button (#708)
This commit is contained in:
committed by
GitHub
parent
7f63cde7a5
commit
4234334fbb
@@ -27,6 +27,7 @@ test('smoke test operator', async ({ page }) => {
|
||||
await page.getByRole('menuitem', { name: 'Add block at start' }).click();
|
||||
await page.getByTestId('quick-add-block').click();
|
||||
|
||||
await page.getByRole('button', { name: 'Edit mode' }).click();
|
||||
await page.getByTestId('entry-1').getByRole('button', { name: 'Event options' }).first().click();
|
||||
await page.getByLabel('Title', { exact: true }).click();
|
||||
await page.getByLabel('Title', { exact: true }).fill('title 1');
|
||||
|
||||
Reference in New Issue
Block a user