Skip to content

Commit 3b41910

Browse files
authored
Merge pull request #4972 from JetBrains/update-webhelp-tag
ktl-1690 chore: Update version of webhelp frontend
2 parents 7fec1db + 6f17b42 commit 3b41910

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.teamcity/kotlinlang/builds/BuildReferenceDocs.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ object BuildReferenceDocs : BuildType({
2424
""".trimIndent()
2525

2626
params {
27-
param("WEBHELP_FRONTEND_VERSION", "6.22.0-fix-mermaid")
27+
param("WEBHELP_FRONTEND_VERSION", "6.24.0-api-nav")
2828
param("WH_DOCS_PATH_REGEX", "docs")
2929
param("WH_PROJECT_NAME", "kotlin-reference")
3030
}

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)