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 3aae0e4 commit 044d90bCopy full SHA for 044d90b
test/production/community-kotlin-user-groups.spec.ts
@@ -14,7 +14,7 @@ test.describe('Community Kotlin User Groups page', () => {
14
await expect(page.url()).toContain('/community/');
15
});
16
17
- test('KUG Guidelines button opens the related page', async ({ page, context }) => {
+ test('KUG Guidelines button opens the related page', async ({ page }) => {
18
const kugGuidelinesButton = page.getByRole('link', { name: 'KUG Guidelines' });
19
await expect(kugGuidelinesButton).toBeVisible();
20
await kugGuidelinesButton.click();
0 commit comments