Commit 141a24cc authored by Clement Ho's avatar Clement Ho

Use click_button

parent 0ce0f28b
......@@ -152,7 +152,7 @@ describe 'Issue Boards', feature: true, js: true do
page.within(find('.assignee')) do
expect(page).to have_content('No assignee')
find('.btn-link', text: 'assign yourself').click
click_button 'assign yourself'
wait_for_vue_resource
......
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