mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-18 00:56:41 +10:00
Fix unlogical test
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
@@ -200,7 +200,7 @@ 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).not_to eq 'gitlab'
|
||||
expect(find_field('Password').value).to eq 'gitlab'
|
||||
expect(find_field('Api version').value).to eq '2'
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user