Skip to content

Commit 9740394

Browse files
solardayzoobestik
authored andcommitted
Fix for failed test in footer.
1 parent b85f4cb commit 9740394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/production/footer-kotlin-ecosystem-buttons.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ test.describe('Footer kotlin ecosystem buttons', () => {
121121
});
122122

123123
test('Kotlin Foundation link should navigate to Kotlin Foundation homepage', async ({ page }) => {
124-
const kotlinFoundationLink = page.getByRole('link', { name: 'Kotlin Foundation' });
124+
const kotlinFoundationLink = page.getByRole('link', { name: 'Kotlin Foundation' }).last();
125125
await expect(kotlinFoundationLink).toBeVisible();
126126
await kotlinFoundationLink.click();
127127
await page.waitForLoadState();

0 commit comments

Comments
 (0)