Fixed tests

This commit is contained in:
Phil Hughes
2016-06-10 10:41:58 +01:00
parent e15b17f855
commit b0cf82105b
+2 -2
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