From 0bd902e9a82fd7429238d8f97fc0f1597d37aed3 Mon Sep 17 00:00:00 2001 From: Taras Perun Date: Mon, 17 Jun 2024 15:38:33 +0200 Subject: [PATCH] bring back --- tests/e2e/config.ts | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/tests/e2e/config.ts b/tests/e2e/config.ts index 4120019de692..34a42e27bc25 100644 --- a/tests/e2e/config.ts +++ b/tests/e2e/config.ts @@ -88,17 +88,16 @@ export default { // #announce Chat with many messages reportID: '5421294415618529', }, - // 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', - // }, + [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', + }, }, };