Test fixes

This commit is contained in:
Stella Rouzi 2017-07-12 15:58:46 +03:00
parent fe8c7bb83f
commit e894176a10
3 changed files with 3 additions and 3 deletions

View file

@ -244,7 +244,7 @@ feature 'Has correct abilities' do
expect(current_path).to eq(edit_admin_conference_resource_path(conference.short_title, conference.resources.first))
visit admin_revision_history_path
expect(current_path).to eq(root_path)
expect(current_path).to eq(admin_revision_history_path)
end
end
end