From 10ca263d0b29fd6bdcbbb03221c930c608c13c57 Mon Sep 17 00:00:00 2001 From: Zhamilya Abikenova Date: Fri, 29 Nov 2024 13:08:52 +0100 Subject: [PATCH] Update iqe plugin reference for smoke tests --- pr_check.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pr_check.sh b/pr_check.sh index 9874082a7..7b52c2291 100755 --- a/pr_check.sh +++ b/pr_check.sh @@ -14,8 +14,8 @@ export NODE_BUILD_VERSION=18 COMMON_BUILDER=https://raw.githubusercontent.com/RedHatInsights/insights-frontend-builder-common/master -export IQE_PLUGINS="host-inventory-frontend" -export IQE_MARKER_EXPRESSION="smoke" +export IQE_PLUGINS="host-inventory" +export IQE_MARKER_EXPRESSION="ui and smoke" export IQE_ENV="ephemeral" export IQE_SELENIUM="true" export IQE_CJI_TIMEOUT="30m"