Move Material Editor Basic test from sandbox to main suite (#6794)
* moving material editor test from sandbox to main suite Signed-off-by: Scott Murray <scottmur@amazon.com> * define TEST_DIRECTORY and add logging Signed-off-by: Scott Murray <scottmur@amazon.com>
This commit is contained in:
@@ -186,6 +186,11 @@ def run():
|
||||
material_editor.set_property(document2_id, property2_name, initial_color)
|
||||
material_editor.save_all()
|
||||
material_editor.close_all_documents()
|
||||
material_editor.wait_for_condition(lambda:
|
||||
(not material_editor.is_open(document1_id)) and
|
||||
(not material_editor.is_open(document2_id)) and
|
||||
(not material_editor.is_open(document3_id)), 2.0)
|
||||
material_editor.destroy_main_window()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user