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