Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-01-05 21:08:56 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-05 21:08:56 +0300
commitd66704a6c6edbfaf3f8652c934c8ad2356c7d07b (patch)
treec0441d46e6ff9936265885bd7a7bbe8929623ab6 /app/assets/javascripts/integrations
parent5db6a7a014eb5cac640767687819c2784b24187a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/integrations')
-rw-r--r--app/assets/javascripts/integrations/edit/components/sections/trigger.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/integrations/edit/components/sections/trigger.vue b/app/assets/javascripts/integrations/edit/components/sections/trigger.vue
index 228f761d5b6..00546671aa7 100644
--- a/app/assets/javascripts/integrations/edit/components/sections/trigger.vue
+++ b/app/assets/javascripts/integrations/edit/components/sections/trigger.vue
@@ -15,7 +15,7 @@ export default {
</script>
<template>
- <div>
+ <div data-testid="trigger-fields-group">
<trigger-field
v-for="event in propsSource.triggerEvents"
:key="`${currentKey}-trigger-fields-${event.name}`"