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:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-09-06 12:52:01 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-09-06 12:52:01 +0300
commita7a212c13f04f094edb7d67355a26199ac4f6274 (patch)
tree5551bcd2b565a7a3b9e785120c69553133808bd4 /spec/features/triggers_spec.rb
parent4c3bfd08dbd1fe3f7b86257ef95804bcd356268f (diff)
Fix failing rspec test for triggers
Diffstat (limited to 'spec/features/triggers_spec.rb')
-rw-r--r--spec/features/triggers_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/triggers_spec.rb b/spec/features/triggers_spec.rb
index 3cbc8253ad6..72354834c5a 100644
--- a/spec/features/triggers_spec.rb
+++ b/spec/features/triggers_spec.rb
@@ -12,7 +12,7 @@ describe 'Triggers' do
context 'create a trigger' do
before do
- click_on 'Add Trigger'
+ click_on 'Add trigger'
expect(@project.triggers.count).to eq(1)
end