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();