Skip to content

Commit 828f628

Browse files
PatAKnightdzemanov
authored andcommitted
chore(e2e): fix failing adoption insights test
Signed-off-by: Patrick <[email protected]>
1 parent 490b70e commit 828f628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/playwright/support/pages/adoption-insights.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export class TestHelper {
9191
await uiHelper.fillTextInputByLabel("Image Builder", inputText);
9292
await uiHelper.fillTextInputByLabel("Image URL", inputText);
9393
await uiHelper.fillTextInputByLabel("Namespace", inputText);
94-
await uiHelper.fillTextInputByLabel("Port", "8080");
94+
await page.getByRole("spinbutton", { name: "Port" }).fill("8080");
9595
await uiHelper.clickButton("Review");
9696
await uiHelper.clickButton("Create");
9797
await page

0 commit comments

Comments
 (0)