Skip to content

Commit f097ec9

Browse files
authored
Test flake: scroll image combobox into view (#2819)
test flake: scroll image combobox into view
1 parent 585fe91 commit f097ec9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/instance-create.e2e.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@ test('maintains selected values even when changing tabs', async ({ page }) => {
392392
await page.goto('/projects/mock-project/instances-new')
393393
await page.getByRole('textbox', { name: 'Name', exact: true }).fill(instanceName)
394394
const imageSelectCombobox = page.getByRole('combobox', { name: 'Image' })
395+
await imageSelectCombobox.scrollIntoViewIfNeeded()
395396
// Filter the combobox for a particular silo image
396397
await imageSelectCombobox.fill('arch')
397398
// select the image

0 commit comments

Comments
 (0)