From c3c581eae6b9a0b837e6ee845bd3664918199e9a Mon Sep 17 00:00:00 2001 From: David Crespo Date: Fri, 2 May 2025 16:49:42 -0500 Subject: [PATCH] test flake: scroll image combobox into view --- test/e2e/instance-create.e2e.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/instance-create.e2e.ts b/test/e2e/instance-create.e2e.ts index 45d7572848..8d0cd614ad 100644 --- a/test/e2e/instance-create.e2e.ts +++ b/test/e2e/instance-create.e2e.ts @@ -392,6 +392,7 @@ test('maintains selected values even when changing tabs', async ({ page }) => { await page.goto('/projects/mock-project/instances-new') await page.getByRole('textbox', { name: 'Name', exact: true }).fill(instanceName) const imageSelectCombobox = page.getByRole('combobox', { name: 'Image' }) + await imageSelectCombobox.scrollIntoViewIfNeeded() // Filter the combobox for a particular silo image await imageSelectCombobox.fill('arch') // select the image