Skip to content

Commit 6f17b42

Browse files
committed
ktl-1690 chore: remove test for "Examples" button
1 parent 147b024 commit 6f17b42

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/production/play-tab.spec.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@ test.describe('Play tab', () => {
1818
await expect(page.url()).toContain('https://play.kotlinlang.org/');
1919
});
2020

21-
test('Click on "Examples" button should open the related page', async ({ page }) => {
22-
const multiplatformButton = page.getByText('Examples').first();
23-
await expect(multiplatformButton).toBeVisible();
24-
await multiplatformButton.click();
25-
await expect(page.url()).toContain('https://play.kotlinlang.org/byExample');
26-
27-
});
28-
2921
test('Click on "Koans" button should open the related page', async ({ page }) => {
3022
const multiplatformButton = page.getByText('Koans');
3123
await expect(multiplatformButton).toBeVisible();

0 commit comments

Comments
 (0)