Skip to content

Commit 8709770

Browse files
committed
KTL-2543 chore: update community test
1 parent bc0fee9 commit 8709770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/production/community-overview-rest-buttons.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ test.describe('Community page, overview tab, rest buttons', () => {
2323
await awesomeKotlinButton.click();
2424
const newPage = await newPagePromise;
2525
await newPage.waitForLoadState();
26-
await expect(newPage.url()).toContain('https://kotlin.link/');
26+
await expect(newPage.url()).toContain('github.com/Heapy/awesome-kotlin');
2727
});
2828

2929
test('All KUGs button at the join section opens the KUGs page', async ({ page }) => {

0 commit comments

Comments
 (0)