Skip to content

Commit fb91387

Browse files
solardaynikpachoo
authored andcommitted
Add Playwright tests for the main page buttons
1 parent 31f1f82 commit fb91387

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
@@ -43,7 +43,7 @@ test.describe('Main page buttons', () => {
4343
await expect(pageTitle).toContainText('Kotlin Multiplatform');
4444
});
4545

46-
test('Learn about JetBrains AI button', async ({ page, context }) => {
46+
test('Learn about JetBrains AI button', async ({ page }) => {
4747
const jetbrainsAIButton = page.getByRole('link', { name: 'Learn about JetBrains AI' })
4848
await expect(jetbrainsAIButton).toBeVisible();
4949
await jetbrainsAIButton.click();

0 commit comments

Comments
 (0)