Fixed tests

This commit is contained in:
Phil Hughes 2016-06-02 12:24:31 +01:00
parent e15b17f855
commit b0cf82105b
1 changed files with 2 additions and 2 deletions

View File

@ -515,10 +515,10 @@ describe 'Issues', feature: true do
first('.ui-state-default').click
end
expect(page).to have_no_content 'None'
expect(page).to have_no_content 'No due date'
click_link 'remove due date'
expect(page).to have_content 'None'
expect(page).to have_content 'No due date'
end
end
end