From 9040b1ed2c49c613f4eaa400be1052a9a842f110 Mon Sep 17 00:00:00 2001 From: Jirka Borovec Date: Tue, 23 Aug 2022 19:31:36 +0200 Subject: [PATCH] CI: enable testing of react e2e (#14364) enable testing of react e2e --- .azure/app-cloud-e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure/app-cloud-e2e.yml b/.azure/app-cloud-e2e.yml index d5aeee88c0..c7262c2bc5 100644 --- a/.azure/app-cloud-e2e.yml +++ b/.azure/app-cloud-e2e.yml @@ -36,8 +36,8 @@ jobs: name: "boring_app" 'App: template_streamlit_ui': name: "template_streamlit_ui" -# 'App: template_react_ui': # TODO: clarify visibility private/public -# name: "template_react_ui" + 'App: template_react_ui': + name: "template_react_ui" 'App: template_jupyterlab': # TODO: clarify where these files lives name: "template_jupyterlab" 'App: idle_timeout':