Removing custom teardown for closing O3DE applications, and adding to list of LY_PROCESSES to close with test
Signed-off-by: jckand-amzn <82226555+jckand-amzn@users.noreply.github.com>
This commit is contained in:
@@ -26,8 +26,6 @@ def Menus_FileMenuOptions_Work():
|
||||
:return: None
|
||||
"""
|
||||
|
||||
import azlmbr.legacy.general as general
|
||||
|
||||
import editor_python_test_tools.hydra_editor_utils as hydra
|
||||
import editor_python_test_tools.pyside_utils as pyside_utils
|
||||
from editor_python_test_tools.utils import Report
|
||||
@@ -66,9 +64,6 @@ def Menus_FileMenuOptions_Work():
|
||||
)
|
||||
Report.result(menu_action_triggered, action_triggered)
|
||||
|
||||
# Wait a few seconds for Project Settings dialogs to load so teardown can properly close them
|
||||
general.idle_wait(2.0)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
|
||||
Reference in New Issue
Block a user