Fix miletone spec

This commit is contained in:
Clement Ho 2018-04-24 10:35:36 -05:00
parent c9dcefe0a0
commit 7df66773f4
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ feature 'Milestone' do
find('.milestone-deprecation-message .js-popover-link').click
expect(page).to have_selector('.milestone-deprecation-message .popover')
expect(page).to have_selector('.popover')
end
end
end