SPEC-6949: Updating menu actions for failing Menu tests

This commit is contained in:
jckand-amzn
2021-05-19 14:24:29 -05:00
parent 815e750439
commit 6be126ec36
5 changed files with 1 additions and 12 deletions
@@ -98,11 +98,6 @@ class EditorTestHelper:
self.test_success = False
success = False
# Turn off any display info like FPS, as that will mess up our image comparisons
# Turn off antialiasing as well
general.run_console("r_displayInfo=0")
general.run_console("r_antialiasingmode=0")
general.idle_wait(1.0)
return success
# Test Teardown