From c5c2c6571f304d35d7d4e9a0d463274f3c7c39ff Mon Sep 17 00:00:00 2001 From: John Chilton Date: Fri, 15 Jan 2021 21:44:37 -0500 Subject: [PATCH 1/2] Selenium test case - export to link. --- .../components/HistoryExport/ExportLink.vue | 7 +-- client/src/components/HistoryExport/Index.vue | 10 +++-- .../components/JobInformation/JobError.vue | 2 +- lib/galaxy/selenium/navigates_galaxy.py | 21 ++++++++- lib/galaxy/selenium/navigation.yml | 13 ++++++ .../selenium/test_history_export.py | 44 +++++++++++++++++++ 6 files changed, 87 insertions(+), 10 deletions(-) create mode 100644 lib/galaxy_test/selenium/test_history_export.py diff --git a/client/src/components/HistoryExport/ExportLink.vue b/client/src/components/HistoryExport/ExportLink.vue index f42627f27455..2b9ccd95edcf 100644 --- a/client/src/components/HistoryExport/ExportLink.vue +++ b/client/src/components/HistoryExport/ExportLink.vue @@ -1,11 +1,12 @@