From c6f19988deb402ed7d551cb824917ddce73149de Mon Sep 17 00:00:00 2001 From: Ahmed Awan Date: Wed, 6 Sep 2023 17:41:58 -0500 Subject: [PATCH] add selenium and unit test for published histories username filter --- .../History/HistoryPublishedList.vue | 7 ++- lib/galaxy/managers/histories.py | 2 +- .../selenium/test_histories_published.py | 23 +++++++++ test/unit/app/managers/test_HistoryManager.py | 47 +++++++++++++++++++ 4 files changed, 77 insertions(+), 2 deletions(-) diff --git a/client/src/components/History/HistoryPublishedList.vue b/client/src/components/History/HistoryPublishedList.vue index f624c17750d7..02b165a05a62 100644 --- a/client/src/components/History/HistoryPublishedList.vue +++ b/client/src/components/History/HistoryPublishedList.vue @@ -306,7 +306,12 @@ watch([filterText, sortBy, sortDesc], async () => {