We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46480f7 commit 7e94c1aCopy full SHA for 7e94c1a
test/production/main-page-buttons.spec.ts
@@ -76,7 +76,7 @@ test.describe('Main page buttons', () => {
76
await expect(getStartedKoogButton).toBeVisible();
77
await getStartedKoogButton.click();
78
await expect(page.url()).toContain('/docs.koog.ai/')
79
- await expect(page.getByText('Koog on GitHub')).toBeVisible();
+ await expect(page.getByText('Koog on GitHub').first()).toBeVisible();
80
});
81
82
test('Join the community button', async ({ page }) => {
0 commit comments