chore: fixes stalling tests

This commit is contained in:
Jarrod Flesch
2023-02-06 21:48:50 -05:00
parent a41e295e42
commit b321b07ad5

View File

@@ -218,6 +218,7 @@ describe('fields', () => {
});
test('should open blocks drawer from block row and add below', async () => {
await page.goto(url.create);
const firstRow = await page.locator('#field-blocks #blocks-row-0');
const rowActions = await firstRow.locator('.collapsible__actions');
await expect(rowActions).toBeVisible();