fix: test - go to Edit mode befor tying to click Event options button (#708)

This commit is contained in:
Alex Christoffer Rasmussen
2024-01-13 12:45:23 +01:00
committed by GitHub
parent 7f63cde7a5
commit 4234334fbb
+1
View File
@@ -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');