summaryrefslogtreecommitdiff
path: root/app/components/diffs/overflow_warning_component.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/components/diffs/overflow_warning_component.html.haml')
-rw-r--r--app/components/diffs/overflow_warning_component.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/diffs/overflow_warning_component.html.haml b/app/components/diffs/overflow_warning_component.html.haml
index b334bfbcd89..551d995cb22 100644
--- a/app/components/diffs/overflow_warning_component.html.haml
+++ b/app/components/diffs/overflow_warning_component.html.haml
@@ -1,6 +1,6 @@
= render Pajamas::AlertComponent.new(title: _('Too many changes to show.'),
variant: :warning,
- alert_options: { class: 'gl-mb-5' }) do |c|
+ alert_options: { class: 'gl-mb-5', data: { testid: "too-many-changes-alert" } }) do |c|
= c.body do
= message