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:
Diffstat (limited to 'spec/features/triggers_spec.rb')
-rw-r--r--spec/features/triggers_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/triggers_spec.rb b/spec/features/triggers_spec.rb
index 906842583e4..da7535979a2 100644
--- a/spec/features/triggers_spec.rb
+++ b/spec/features/triggers_spec.rb
@@ -106,7 +106,7 @@ feature 'Triggers', feature: true, js: true do
end
end
- context 'enabling schedule' do
+ context 'disabling schedule' do
before do
trigger.create_trigger_schedule(project: trigger.project, active: true)
@@ -120,7 +120,7 @@ feature 'Triggers', feature: true, js: true do
visit edit_namespace_project_trigger_path(@project.namespace, @project, trigger)
checkbox = find_field('trigger_trigger_schedule_attributes_active')
-
+
expect(checkbox).not_to be_checked
end
end