Skip to content

Commit

Permalink
Selenium - little pause to let extension form in upload dialog render.
Browse files Browse the repository at this point in the history
xref #5169
  • Loading branch information
jmchilton committed Dec 13, 2017
1 parent 82f9f8e commit 5043439
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/galaxy_selenium/navigates_galaxy.py
Expand Up @@ -471,6 +471,9 @@ def perform_upload(self, test_path, ext=None, genome=None, ext_all=None, genome_

self.upload_queue_local_file(test_path)

# Having some problems with extension not being set properly.
self.sleep_for(WAIT_TYPES.UX_RENDER)

if ext is not None:
self.wait_for_selector_visible('.upload-extension')
self.select2_set_value(".upload-extension", ext)
Expand Down

0 comments on commit 5043439

Please sign in to comment.