Fix typo in proposal notifications spec.

This commit is contained in:
Javier Martín
2018-07-25 01:43:13 +02:00
parent 3528f09202
commit 8b78dd88a0

View File

@@ -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)