Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions test/e2e/instance-create.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading