We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 490b70e commit 828f628Copy full SHA for 828f628
e2e-tests/playwright/support/pages/adoption-insights.ts
@@ -91,7 +91,7 @@ export class TestHelper {
91
await uiHelper.fillTextInputByLabel("Image Builder", inputText);
92
await uiHelper.fillTextInputByLabel("Image URL", inputText);
93
await uiHelper.fillTextInputByLabel("Namespace", inputText);
94
- await uiHelper.fillTextInputByLabel("Port", "8080");
+ await page.getByRole("spinbutton", { name: "Port" }).fill("8080");
95
await uiHelper.clickButton("Review");
96
await uiHelper.clickButton("Create");
97
await page
0 commit comments