chore: fix broken telegram links
CI / changes (pull_request) Successful in 3s
CI / unit (pull_request) Successful in 11s
CI / integration (pull_request) Successful in 21s
CI / ui (pull_request) Successful in 1m14s
CI / conformance (pull_request) Successful in 10s
CI / gate (pull_request) Successful in 0s
CI / deploy (pull_request) Successful in 2m7s
CI / changes (pull_request) Successful in 3s
CI / unit (pull_request) Successful in 11s
CI / integration (pull_request) Successful in 21s
CI / ui (pull_request) Successful in 1m14s
CI / conformance (pull_request) Successful in 10s
CI / gate (pull_request) Successful in 0s
CI / deploy (pull_request) Successful in 2m7s
This commit is contained in:
@@ -70,7 +70,7 @@ test('the landing footer links to the legal documents and the feedback bot', asy
|
||||
['Пользовательское соглашение', '/eula/'],
|
||||
['Политика конфиденциальности', '/privacy/'],
|
||||
['Публичная оферта', '/offer/'],
|
||||
['Обратная связь', 'https://t.me/Erudit_GameBot'],
|
||||
['Обратная связь', 'https://telegram.me/Erudit_GameBot'],
|
||||
];
|
||||
for (const [name, href] of links) {
|
||||
const link = page.getByRole('link', { name });
|
||||
|
||||
Reference in New Issue
Block a user