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:
parent
60ccdb500f
commit
1dbc8d9b1d
7 changed files with 24 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue