From da8f65a0ff3d5d7a9cdaf13644f7bb4ba49a6f61 Mon Sep 17 00:00:00 2001 From: CD Cabrera Date: Mon, 16 Nov 2020 18:22:02 -0500 Subject: [PATCH] fix(build): issues/502 add recommendations link --- .env | 2 +- src/common/__tests__/__snapshots__/helpers.test.js.snap | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env b/.env index 15d74a91b..2cb2278e5 100644 --- a/.env +++ b/.env @@ -8,7 +8,7 @@ PUBLIC_URL=${UI_DEPLOY_PATH_PREFIX}/apps/subscriptions/ REACT_APP_UI_LINK_CONTACT_US=https://access.redhat.com/account-team REACT_APP_UI_LINK_LEARN_MORE=https://access.redhat.com/documentation/en-us/subscription_central/2020-10/html/getting_started_with_subscription_watch/con-how-does-subscriptionwatch-show-data_assembly-opening-subscriptionwatch-ctxt/ -REACT_APP_UI_LINK_REPORT_ACCURACY_RECOMMENDATIONS= +REACT_APP_UI_LINK_REPORT_ACCURACY_RECOMMENDATIONS=https://access.redhat.com/subscription-watch-accuracy REACT_APP_UI_DISABLED=false REACT_APP_UI_DISABLED_TOOLBAR=false diff --git a/src/common/__tests__/__snapshots__/helpers.test.js.snap b/src/common/__tests__/__snapshots__/helpers.test.js.snap index c938059c8..88fe08ed8 100644 --- a/src/common/__tests__/__snapshots__/helpers.test.js.snap +++ b/src/common/__tests__/__snapshots__/helpers.test.js.snap @@ -16,7 +16,7 @@ Object { "UI_DISPLAY_START_NAME": "Subscription Watch", "UI_LINK_CONTACT_US": "https://access.redhat.com/account-team", "UI_LINK_LEARN_MORE": "https://access.redhat.com/documentation/en-us/subscription_central/2020-10/html/getting_started_with_subscription_watch/con-how-does-subscriptionwatch-show-data_assembly-opening-subscriptionwatch-ctxt/", - "UI_LINK_REPORT_ACCURACY_RECOMMENDATIONS": "", + "UI_LINK_REPORT_ACCURACY_RECOMMENDATIONS": "https://access.redhat.com/subscription-watch-accuracy", "UI_LOCALE_DEFAULT": "en-US", "UI_LOCALE_DEFAULT_DESC": "English", "UI_LOGGER_ID": "curiosity", @@ -51,7 +51,7 @@ Object { "UI_DISPLAY_START_NAME": "Subscription Watch", "UI_LINK_CONTACT_US": "https://access.redhat.com/account-team", "UI_LINK_LEARN_MORE": "https://access.redhat.com/documentation/en-us/subscription_central/2020-10/html/getting_started_with_subscription_watch/con-how-does-subscriptionwatch-show-data_assembly-opening-subscriptionwatch-ctxt/", - "UI_LINK_REPORT_ACCURACY_RECOMMENDATIONS": "", + "UI_LINK_REPORT_ACCURACY_RECOMMENDATIONS": "https://access.redhat.com/subscription-watch-accuracy", "UI_LOCALE_DEFAULT": "en-US", "UI_LOCALE_DEFAULT_DESC": "English", "UI_LOGGER_ID": "curiosity", @@ -86,7 +86,7 @@ Object { "UI_DISPLAY_START_NAME": "Subscription Watch", "UI_LINK_CONTACT_US": "https://access.redhat.com/account-team", "UI_LINK_LEARN_MORE": "https://access.redhat.com/documentation/en-us/subscription_central/2020-10/html/getting_started_with_subscription_watch/con-how-does-subscriptionwatch-show-data_assembly-opening-subscriptionwatch-ctxt/", - "UI_LINK_REPORT_ACCURACY_RECOMMENDATIONS": "", + "UI_LINK_REPORT_ACCURACY_RECOMMENDATIONS": "https://access.redhat.com/subscription-watch-accuracy", "UI_LOCALE_DEFAULT": "en-US", "UI_LOCALE_DEFAULT_DESC": "English", "UI_LOGGER_ID": "curiosity",