From 46f5b7f6781e4dbb29252fbed4c77e5a5d69c0f4 Mon Sep 17 00:00:00 2001 From: John Chilton Date: Wed, 24 May 2023 09:29:57 -0400 Subject: [PATCH 1/3] Accessibility testing and fixes - workflow import. --- .../components/Workflow/Import/FromFileOrUrl.vue | 2 +- client/src/components/Workflow/Import/TrsImport.vue | 4 ++-- client/src/components/Workflow/Import/TrsSearch.vue | 4 ++-- client/src/components/Workflow/WorkflowImport.vue | 6 +++--- client/src/utils/navigation/navigation.yml | 7 +++++++ .../selenium/test_workflow_management.py | 13 +++++++++++++ 6 files changed, 28 insertions(+), 8 deletions(-) diff --git a/client/src/components/Workflow/Import/FromFileOrUrl.vue b/client/src/components/Workflow/Import/FromFileOrUrl.vue index c69122de65c..1f61c9c2767 100644 --- a/client/src/components/Workflow/Import/FromFileOrUrl.vue +++ b/client/src/components/Workflow/Import/FromFileOrUrl.vue @@ -72,7 +72,7 @@ async function submit(ev: SubmitEvent) {