Skip to content

Commit

Permalink
test: fix locator
Browse files Browse the repository at this point in the history
  • Loading branch information
ozyx committed Mar 12, 2024
1 parent cae4512 commit afdaaa2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ test.describe('Telemetry Table', () => {
});
await page.goto(table.url);
await setTimeConductorMode(page, false);
const rows = page.getByRole('row');
const rows = page.getByLabel('table content').getByLabel('Table Row');
await expect(rows).toHaveCount(50);
});

Expand Down

0 comments on commit afdaaa2

Please sign in to comment.