Skip to content

Commit 7e94c1a

Browse files
committed
test(main): update button text verification in main page tests #2
1 parent 46480f7 commit 7e94c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/production/main-page-buttons.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ test.describe('Main page buttons', () => {
7676
await expect(getStartedKoogButton).toBeVisible();
7777
await getStartedKoogButton.click();
7878
await expect(page.url()).toContain('/docs.koog.ai/')
79-
await expect(page.getByText('Koog on GitHub')).toBeVisible();
79+
await expect(page.getByText('Koog on GitHub').first()).toBeVisible();
8080
});
8181

8282
test('Join the community button', async ({ page }) => {

0 commit comments

Comments
 (0)