fix: Use page.locator in Playwright reports (#26224)

This commit is contained in:
Kamil Gabryjelski
2023-12-08 17:16:13 +01:00
committed by GitHub
parent 07e5fe8a66
commit dbed64a2c6
2 changed files with 28 additions and 35 deletions

View File

@@ -43,7 +43,7 @@ def get_limit_clause(page: Optional[int], per_page: Optional[int]) -> dict[str,
return {"row_offset": offset, "row_limit": limit}
def get_samples( # pylint: disable=too-many-arguments,too-many-locals
def get_samples( # pylint: disable=too-many-arguments
datasource_type: str,
datasource_id: int,
force: bool = False,