Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Géocontrib Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GéoContrib
Géocontrib Frontend
Commits
133be8b8
Commit
133be8b8
authored
8 months ago
by
Timothee P
Browse files
Options
Downloads
Patches
Plain Diff
fix: use title instead of slug for data-test
parent
f19d5522
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!820
REDMINE_ISSUE-22428 | Tests automatisés - sprint 3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/Project/Detail/ProjectFeatureTypes.vue
+5
-5
5 additions, 5 deletions
src/components/Project/Detail/ProjectFeatureTypes.vue
with
5 additions
and
5 deletions
src/components/Project/Detail/ProjectFeatureTypes.vue
+
5
−
5
View file @
133be8b8
...
...
@@ -53,7 +53,7 @@
data-tooltip="Éditer le type de signalement"
data-position="top center"
data-variation="mini"
:data-test="`edit-feature-type-for-${type.
slug
}`"
:data-test="`edit-feature-type-for-${type.
title
}`"
>
<i
class=
"inverted grey pencil alternate icon"
...
...
@@ -71,7 +71,7 @@
data-tooltip="Éditer l'affichage du type de signalement"
data-position="top center"
data-variation="mini"
:data-test="`edit-feature-type-display-for-${type.
slug
}`"
:data-test="`edit-feature-type-display-for-${type.
title
}`"
>
<i
class=
"inverted grey paint brush alternate icon"
...
...
@@ -85,7 +85,7 @@
data-tooltip=
"Supprimer le type de signalement"
data-position=
"top center"
data-variation=
"mini"
:data-test=
"`delete-feature-type-for-$
{type.
slug
}`"
:data-test=
"`delete-feature-type-for-$
{type.
title
}`"
@click="toggleDeleteFeatureType(type)"
>
<i
...
...
@@ -105,7 +105,7 @@
data-tooltip=
"Dupliquer un type de signalement"
data-position=
"top right"
data-variation=
"mini"
:data-test=
"`duplicate-feature-type-for-${type.
slug
}`"
:data-test=
"`duplicate-feature-type-for-${type.
title
}`"
>
<i
class=
"inverted grey copy alternate icon"
...
...
@@ -123,7 +123,7 @@
data-tooltip=
"Ajouter un signalement"
data-position=
"top right"
data-variation=
"mini"
:data-test=
"`add-feature-for-${type.
slug
}`"
:data-test=
"`add-feature-for-${type.
title
}`"
>
<i
class=
"ui plus icon"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment