diff --git a/entrypoint.sh b/entrypoint.sh index cfd32335..17e39ad7 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -37,7 +37,7 @@ if [[ "$1" == "test" ]]; then --webdriverio.desiredCapabilities.chromeOptions.args=disable-gpu \ --webdriverio.desiredCapabilities.chromeOptions.args=disable-dev-shm-usage \ --webdriverio.desiredCapabilities.chromeOptions.args=no-sandbox \ - --watch + else # If "test" is not passed as a parameter - running the application itself diff --git a/tests/cucumber/features/menu/advanced/python_transformations.feature b/tests/cucumber/features/menu/advanced/python_transformations.feature index 06eb59f5..ce12a33a 100644 --- a/tests/cucumber/features/menu/advanced/python_transformations.feature +++ b/tests/cucumber/features/menu/advanced/python_transformations.feature @@ -23,6 +23,7 @@ Feature: User can open Python Transformation dialog, change python code and run print('Hello Matera!') """ + # Run When I click the Run button Then I see code output with the following data: