fixed review comments
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
@@ -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__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user