refactor(urlcomponent): rename output display names and method references (#8448)

* Update url.py

* [autofix.ci] apply automated fixes

* [autofix.ci] apply automated fixes (attempt 2/3)

* template updates

* [autofix.ci] apply automated fixes

* increase shards for testing

* update name

* fix-frontend-tests-url-component

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Edwin Jose 2025-06-11 14:56:04 -05:00 committed by GitHub
commit 1dbc8d9b1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 24 additions and 19 deletions

View file

@ -114,7 +114,7 @@ test(
//connection 1
await page
.getByTestId("handle-urlcomponent-shownode-result-right")
.getByTestId("handle-urlcomponent-shownode-extracted pages-right")
.nth(0)
.click();
await page

View file

@ -79,7 +79,7 @@ test(
await zoomOut(page, 2);
//connection 1
await page.getByTestId("handle-urlcomponent-shownode-result-right").click();
await page.getByTestId("handle-urlcomponent-shownode-extracted pages-right").click();
await page
.getByTestId("handle-splittext-shownode-data or dataframe-left")
.click();

View file

@ -128,7 +128,7 @@ test(
// URL -> Loop Data
await page
.getByTestId("handle-urlcomponent-shownode-result-right")
.getByTestId("handle-urlcomponent-shownode-extracted pages-right")
.first()
.click();
await page

View file

@ -103,7 +103,7 @@ test(
.getByTestId("inputlist_str_urls_0")
.fill("https://www.example.com");
await page.getByTestId("handle-urlcomponent-shownode-result-right").click();
await page.getByTestId("handle-urlcomponent-shownode-extracted pages-right").click();
await page.waitForTimeout(600);
@ -128,7 +128,7 @@ test(
exact: true,
});
await page.getByText("Close").first().click();
await page.getByTestId("handle-urlcomponent-shownode-result-right").click();
await page.getByTestId("handle-urlcomponent-shownode-extracted pages-right").click();
await page
.getByTestId("handle-chatoutput-noshownode-inputs-target")
.nth(1)
@ -141,12 +141,12 @@ test(
timeout: 30000 * 3,
});
await page.getByTestId("handle-urlcomponent-shownode-result-right").click();
await page.getByTestId("handle-urlcomponent-shownode-extracted pages-right").click();
await page.waitForTimeout(600);
await page.getByTestId("handle-urlcomponent-shownode-result-right").click();
await page.getByTestId("handle-urlcomponent-shownode-extracted pages-right").click();
await page
.getByTestId("output-inspection-result-urlcomponent")
.getByTestId("output-inspection-extracted pages-urlcomponent")
.nth(0)
.click();
@ -161,7 +161,7 @@ test(
await page.waitForTimeout(600);
await page
.getByTestId("handle-urlcomponent-shownode-result-right")
.getByTestId("handle-urlcomponent-shownode-extracted pages-right")
.nth(0)
.click();
@ -176,7 +176,7 @@ test(
timeout: 30000 * 3,
});
await page.waitForTimeout(600);
await page.getByTestId("output-inspection-result-urlcomponent").click();
await page.getByTestId("output-inspection-extracted pages-urlcomponent").click();
await page.getByText(`Inspect the output of the component below.`, {
exact: true,
});

View file

@ -34,7 +34,7 @@ test(
timeout: 30000,
});
await page.getByTestId("output-inspection-result-urlcomponent").click();
await page.getByTestId("output-inspection-extracted pages-urlcomponent").click();
await page.getByText(`Inspect the output of the component below.`, {
exact: true,