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 b85f4cb commit 9740394Copy full SHA for 9740394
test/production/footer-kotlin-ecosystem-buttons.spec.ts
@@ -121,7 +121,7 @@ test.describe('Footer kotlin ecosystem buttons', () => {
121
});
122
123
test('Kotlin Foundation link should navigate to Kotlin Foundation homepage', async ({ page }) => {
124
- const kotlinFoundationLink = page.getByRole('link', { name: 'Kotlin Foundation' });
+ const kotlinFoundationLink = page.getByRole('link', { name: 'Kotlin Foundation' }).last();
125
await expect(kotlinFoundationLink).toBeVisible();
126
await kotlinFoundationLink.click();
127
await page.waitForLoadState();
0 commit comments