Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
JuroUhlar committed Nov 29, 2024
1 parent 0c65823 commit 793f0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/playground.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ test.describe('Playground page', () => {
});

test('Page renders signal tables', async ({ page }) => {
await page.getByText('Last seen', { exact: true }).waitFor();
await page.getByText('Last Seen', { exact: true }).waitFor();
await page.getByText('Confidence Score', { exact: true }).waitFor();

await page.getByText('Geolocation', { exact: true }).waitFor();
Expand Down

0 comments on commit 793f0f7

Please sign in to comment.