Skip to content

Commit 044d90b

Browse files
committed
Add tests for Kotlin User Groups on the Community page.
1 parent 3aae0e4 commit 044d90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/production/community-kotlin-user-groups.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test.describe('Community Kotlin User Groups page', () => {
1414
await expect(page.url()).toContain('/community/');
1515
});
1616

17-
test('KUG Guidelines button opens the related page', async ({ page, context }) => {
17+
test('KUG Guidelines button opens the related page', async ({ page }) => {
1818
const kugGuidelinesButton = page.getByRole('link', { name: 'KUG Guidelines' });
1919
await expect(kugGuidelinesButton).toBeVisible();
2020
await kugGuidelinesButton.click();

0 commit comments

Comments
 (0)