diff --git a/frontend/resources/vue/views/ArgumentForm.vue b/frontend/resources/vue/views/ArgumentForm.vue index f749daf..f9fb18a 100644 --- a/frontend/resources/vue/views/ArgumentForm.vue +++ b/frontend/resources/vue/views/ArgumentForm.vue @@ -27,11 +27,11 @@ {{ choice.title || choice.value }} - - \ No newline at end of file + diff --git a/integration-tests/tests/suggestionsBrowserKey/config.yaml b/integration-tests/tests/suggestionsBrowserKey/config.yaml index 957d187..feadb9f 100644 --- a/integration-tests/tests/suggestionsBrowserKey/config.yaml +++ b/integration-tests/tests/suggestionsBrowserKey/config.yaml @@ -13,8 +13,10 @@ actions: - name: testInput title: Test Input description: "This input uses suggestionsBrowserKey" + type: ascii_sentence suggestionsBrowserKey: test-suggestions-key - name: testInput2 title: Test Input 2 description: "This input shares the same suggestionsBrowserKey" + type: ascii_sentence suggestionsBrowserKey: test-suggestions-key