test(ui): use role-based provider row locator

This commit is contained in:
Alan Buscaglia
2026-07-22 12:57:52 +02:00
parent ebc54666d2
commit 2a64560424
+1 -1
View File
@@ -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", {