@eclipse-che/che-e2e 7.108.0-next-7b28434 → 7.108.0-next-94e1091
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -11,7 +11,7 @@ launchUserstories(){
|
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
checkUserstoryName(){
|
|
14
|
-
local checkedName="$(ls specs/
|
|
14
|
+
local checkedName="$(ls specs/dashboard-samples | grep ${USERSTORY}.spec.ts)";
|
|
15
15
|
|
|
16
16
|
if [ -z "$TS_SELENIUM_EDITOR" ]; then
|
|
17
17
|
echo ""
|
|
@@ -26,7 +26,7 @@ checkUserstoryName(){
|
|
|
26
26
|
echo ""
|
|
27
27
|
echo "Current value USERSTORY=\"${USERSTORY}\" doesn't match to any of existing tests:"
|
|
28
28
|
echo ""
|
|
29
|
-
echo "$(ls specs/
|
|
29
|
+
echo "$(ls specs/dashboard-samples | sed -e 's/.spec.ts//g')"
|
|
30
30
|
echo ""
|
|
31
31
|
echo "Please choose one of the tests above, or unset the \"USERSTORY\" variable for launching all of them."
|
|
32
32
|
echo ""
|