mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 21:11:53 +00:00
test(ui): use role-based provider row locator
This commit is contained in:
+1
-1
@@ -142,7 +142,7 @@ async function findProviderRow(
|
||||
);
|
||||
|
||||
const providerRow = page.providersTable
|
||||
.locator("tbody tr")
|
||||
.getByRole("row")
|
||||
.filter({ hasText: providerUID })
|
||||
.first();
|
||||
const noResults = page.providersTable.getByRole("cell", {
|
||||
|
||||
Reference in New Issue
Block a user