Fix boards new issue spec

This commit is contained in:
Clement Ho 2018-04-24 09:59:45 -05:00
parent 0420a3b83f
commit c9dcefe0a0
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ describe 'Issue Boards new issue', :js do
expect(page).to have_content('1')
end
page.within(first('.card')) do
page.within(first('.board-card')) do
issue = project.issues.find_by_title('bug')
expect(page).to have_content(issue.to_reference)