Merge pull request #2788 from javierv/2769-fix_flaky_notifications_spec
Fix flaky spec: Moderate proposal notifications Hide
This commit is contained in:
@@ -16,7 +16,7 @@ feature 'Moderate proposal notifications' do
|
||||
accept_confirm { click_link 'Hide' }
|
||||
end
|
||||
|
||||
expect(page).to have_css("#proposal_notification_#{proposal.id}.faded")
|
||||
expect(page).to have_css("#proposal_notification_#{proposal_notification.id}.faded")
|
||||
|
||||
logout
|
||||
login_as(citizen)
|
||||
|
||||
Reference in New Issue
Block a user