Commit a7a212c1 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Fix failing rspec test for triggers

parent 4c3bfd08
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment