From 2a64560424f4301297a1b64c13e89250c5e8380e Mon Sep 17 00:00:00 2001 From: Alan Buscaglia Date: Wed, 22 Jul 2026 12:57:52 +0200 Subject: [PATCH] test(ui): use role-based provider row locator --- ui/tests/helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", {