Skip to content
Snippets Groups Projects
Commit 0c472796 authored by Douwe Maan's avatar Douwe Maan
Browse files

Fix spec

parent 96b45411
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -61,7 +61,7 @@ describe 'Issues', feature: true do
it 'allows user to select unasigned', js: true do
visit edit_namespace_project_issue_path(project.namespace, project, issue)
 
expect(page).to have_content "Assign to #{@user.name}"
expect(page).to have_content "Assignee #{@user.name}"
 
first('#s2id_issue_assignee_id').click
sleep 2 # wait for ajax stuff to complete
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment