Guest User

Untitled

a guest
Apr 24th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. diff --git a/test/selenium_tests/test_workflow_editor.py b/test/selenium_tests/test_workflow_editor.py
  2. index 42a40953bd..89a3fede64 100644
  3. --- a/test/selenium_tests/test_workflow_editor.py
  4. +++ b/test/selenium_tests/test_workflow_editor.py
  5. @@ -57,8 +57,8 @@ class WorkflowEditorTestCase(SeleniumTestCase):
  6. self.screenshot("workflow_editor_data_input_new")
  7. editor.label_input.wait_for_and_send_keys("input1")
  8. editor.annotation_input.wait_for_and_send_keys("my cool annotation")
  9. - editor.label_input.wait_for_and_click() # Seems to help force the save of whole annotation.
  10. self.sleep_for(self.wait_types.UX_RENDER)
  11. + editor.label_input.wait_for_and_click() # Seems to help force the save of whole annotation.
  12. self.screenshot("workflow_editor_data_input_filled_in")
  13. self.workflow_editor_save_and_close()
  14. self.workflow_index_open_with_name(name)
  15. @@ -85,8 +85,8 @@ class WorkflowEditorTestCase(SeleniumTestCase):
  16. self.screenshot("workflow_editor_data_input_collection_new")
  17. editor.label_input.wait_for_and_send_keys("input1")
  18. editor.annotation_input.wait_for_and_send_keys("my cool annotation")
  19. - editor.label_input.wait_for_and_click() # Seems to help force the save of whole annotation.
  20. self.sleep_for(self.wait_types.UX_RENDER)
  21. + editor.label_input.wait_for_and_click() # Seems to help force the save of whole annotation.
  22. self.screenshot("workflow_editor_data_input_collection_filled_in")
  23. self.workflow_editor_save_and_close()
  24. self.workflow_index_open_with_name(name)
Add Comment
Please, Sign In to add comment