From 00aa6a5de2654377b6f6dc8ab967cbaa02e86711 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timoth=C3=A9e?= <tpoussard@neogeo.fr>
Date: Mon, 12 Sep 2022 17:20:38 +0200
Subject: [PATCH] add ids for multi geometry import

---
 src/views/FeatureType/FeatureTypeDetail.vue | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/views/FeatureType/FeatureTypeDetail.vue b/src/views/FeatureType/FeatureTypeDetail.vue
index f78c0d03..01cbc293 100644
--- a/src/views/FeatureType/FeatureTypeDetail.vue
+++ b/src/views/FeatureType/FeatureTypeDetail.vue
@@ -92,6 +92,7 @@
         <div class="ui bottom attached secondary segment">
           <div class="ui styled accordion">
             <div
+              id="toggle-show-import"
               :class="['title', { active: showImport && isOnline, nohover: !isOnline }]"
               @click="toggleShowImport"
             >
@@ -173,6 +174,7 @@
               </ul>
 
               <button
+                id="start-import"
                 :disabled="
                   (geojsonFileToImport.size === 0 && !$route.params.geojson) &&
                     (csvFileToImport.size === 0 && !$route.params.csv)
-- 
GitLab