mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 13:46:11 +10:00
Fixed tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user