Commit 1b3f9239 authored by Robert Speicher's avatar Robert Speicher

Fix JIRA service feature

The password is no longer presented on the form.
parent 5dd1dee4
......@@ -198,7 +198,6 @@ class Spinach::Features::ProjectServices < Spinach::FeatureSteps
step 'I should see jira service settings saved' do
expect(find_field('Project url').value).to eq 'http://jira.example'
expect(find_field('Username').value).to eq 'gitlab'
expect(find_field('Password').value).to eq 'gitlab'
expect(find_field('Api version').value).to eq '2'
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