Commit b0cf8210 authored by Phil Hughes's avatar Phil Hughes

Fixed tests

parent e15b17f8
...@@ -515,10 +515,10 @@ describe 'Issues', feature: true do ...@@ -515,10 +515,10 @@ describe 'Issues', feature: true do
first('.ui-state-default').click first('.ui-state-default').click
end end
expect(page).to have_no_content 'None' expect(page).to have_no_content 'No due date'
click_link 'remove due date' click_link 'remove due date'
expect(page).to have_content 'None' expect(page).to have_content 'No due date'
end end
end end
end end
......
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