Skip to content

Commit

Permalink
fix: scroll back
Browse files Browse the repository at this point in the history
  • Loading branch information
awesthouse committed Jun 26, 2024
1 parent 7d750de commit ec849b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/tests/plugin-explorer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ test('Create entity with required name', async ({ page }) => {
await page.getByRole('button', { name: 'uncontained_object' }).click({
button: 'right',
})
await page.mouse.wheel(0, -300)
await page.getByRole('menuitem', { name: 'New entity' }).click()
const dialog = page.getByRole('dialog')
await expect(dialog).toBeVisible()
Expand Down

0 comments on commit ec849b8

Please sign in to comment.