mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
Pre-fetch citations in new test so available quickly at render time.
This commit is contained in:
@@ -109,6 +109,9 @@ class ToolFormTestCase(SeleniumTestCase, UsesHistoryItemAssertions):
|
||||
@selenium_test
|
||||
def test_bibtex_rendering(self):
|
||||
self.home()
|
||||
# prefetch citations so they will be available quickly when rendering tool form.
|
||||
self.api_get("tools/bibtex/citations")
|
||||
|
||||
self.tool_open("bibtex")
|
||||
self.components.tool_form.citations.wait_for_visible()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user