From 6b39a1ab7d2c7951d5f9f125a147085c4548b772 Mon Sep 17 00:00:00 2001 From: Tim Roes Date: Mon, 5 Dec 2022 23:11:07 +0100 Subject: [PATCH] Add testid to error view (#20095) --- .../src/views/common/ErrorOccurredView/ErrorOccurredView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte-webapp/src/views/common/ErrorOccurredView/ErrorOccurredView.tsx b/airbyte-webapp/src/views/common/ErrorOccurredView/ErrorOccurredView.tsx index cc6a3a6e2a1e..316b7e33ebcf 100644 --- a/airbyte-webapp/src/views/common/ErrorOccurredView/ErrorOccurredView.tsx +++ b/airbyte-webapp/src/views/common/ErrorOccurredView/ErrorOccurredView.tsx @@ -14,7 +14,7 @@ interface ErrorOccurredViewProps { export const ErrorOccurredView: React.FC = ({ message, onCtaButtonClick, ctaButtonText }) => { return ( -
+