Commit e30adf60 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch 'sh-fix-js-task-list-failure' into 'master'

Fix failling spec/features/task_lists_spec.rb due to wrong login helpers

See merge request !14021
parents 34ef6dc1 2eb01c93
......@@ -200,9 +200,9 @@ feature 'Task Lists' do
visit_issue(project, issue)
expect(page).to have_selector('.js-task-list-container')
logout(:user)
gitlab_sign_out
login_as(user2)
gitlab_sign_in(user2)
visit current_path
expect(page).not_to have_selector('.js-task-list-container')
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