From 8704383f0e8c381cf6049065f475e8a67d6e1f24 Mon Sep 17 00:00:00 2001 From: anugshya Date: Thu, 6 May 2021 21:00:57 +0530 Subject: [PATCH] fixed review comments --- .../scripting/ScriptEvents_ReturnSetTypeSuccessfully.py | 6 +++--- .../Gem/PythonTests/scripting/TestSuite_Active.py | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvents_ReturnSetTypeSuccessfully.py b/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvents_ReturnSetTypeSuccessfully.py index a60dfec962..b131d3beb5 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvents_ReturnSetTypeSuccessfully.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvents_ReturnSetTypeSuccessfully.py @@ -27,11 +27,11 @@ class Tests(): def ScriptEvents_ReturnSetTypeSuccessfully(): """ Summary: - An entity exists in the level that contains a Script Canvas component. In the graph is both a Send Event - and a Receive Event. + An entity exists in the level that contains a Script Canvas component. And verify that Script Event's send and + receive nodes return the set value succesfully. Expected Behavior: - After entering game mode the graph on the entity should print an expected message to the console + After entering game mode, the graph on the entity should print an expected message to the console Test Steps: 1) Create test level diff --git a/AutomatedTesting/Gem/PythonTests/scripting/TestSuite_Active.py b/AutomatedTesting/Gem/PythonTests/scripting/TestSuite_Active.py index 9cc906bec9..ccf5e6b9a9 100755 --- a/AutomatedTesting/Gem/PythonTests/scripting/TestSuite_Active.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/TestSuite_Active.py @@ -21,7 +21,6 @@ import hydra_test_utils as hydra import ly_test_tools.environment.file_system as file_system from ly_test_tools import LAUNCHERS from base import TestAutomationBase -import ly_test_tools.environment.process_utils as process_utils TEST_DIRECTORY = os.path.dirname(__file__)