- Removing re-merged unneeded tests

- Updating imports for Editor tests to new utils location
This commit is contained in:
jckand
2021-04-23 11:28:44 -05:00
parent 0319e6b725
commit b2f0df99a7
7 changed files with 10 additions and 143 deletions
@@ -19,8 +19,8 @@ import sys
import azlmbr.paths
sys.path.append(os.path.join(azlmbr.paths.devroot, 'AutomatedTesting', 'Gem', 'PythonTests'))
from automatedtesting_shared.editor_test_helper import EditorTestHelper
import automatedtesting_shared.pyside_utils as pyside_utils
from editor_python_test_tools.editor_test_helper import EditorTestHelper
import editor_python_test_tools.pyside_utils as pyside_utils
class TestEditMenuOptions(EditorTestHelper):