diff --git a/ui/tests/helpers.ts b/ui/tests/helpers.ts index e58bdcde64..6bb4f2a068 100644 --- a/ui/tests/helpers.ts +++ b/ui/tests/helpers.ts @@ -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", {