From 67fe210edc43fe1a529bdc03dfbbaae9b3855b39 Mon Sep 17 00:00:00 2001 From: kirillzyusko Date: Fri, 29 Mar 2024 19:09:48 +0100 Subject: [PATCH] fis: temporarily disable comment linking test (e2e) --- tests/e2e/config.ts | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/tests/e2e/config.ts b/tests/e2e/config.ts index 52d284b9dd86..d6d097b6c346 100644 --- a/tests/e2e/config.ts +++ b/tests/e2e/config.ts @@ -88,16 +88,17 @@ export default { // #announce Chat with many messages reportID: '5421294415618529', }, - [TEST_NAMES.Linking]: { - name: TEST_NAMES.Linking, - reportScreen: { - autoFocus: true, - }, - // Crowded Policy (Do Not Delete) Report, has a input bar available: - reportID: '8268282951170052', - linkedReportID: '5421294415618529', - linkedReportActionID: '2845024374735019929', - }, + // TODO: fix and enable again + // [TEST_NAMES.Linking]: { + // name: TEST_NAMES.Linking, + // reportScreen: { + // autoFocus: true, + // }, + // // Crowded Policy (Do Not Delete) Report, has a input bar available: + // reportID: '8268282951170052', + // linkedReportID: '5421294415618529', + // linkedReportActionID: '2845024374735019929', + // }, }, };