Deconflate organization/conference IDs in role versions

Resolves failing test spec/features/versions_spec.rb:321

Partially reverts 81853d1ef9
This commit is contained in:
Andrew Kvalheim 2020-04-03 09:51:35 -07:00 committed by Andrew Kvalheim
parent 150bbef61f
commit 3f6a9e91bd
6 changed files with 69 additions and 37 deletions

View file

@ -331,12 +331,10 @@ feature 'Version' do
end
it 'is recorded to history when user is added' do
skip('fails since paper_trail 12.2.0')
expect(page).to have_text(/added role organization_admin with ID \d+ to user #{user.name} in organization #{conference.organization.name}/)
end
it 'is recorded to history when user is removed' do
skip('fails since paper_trail 12.2.0')
expect(page).to have_text(/removed role organization_admin with ID \d+ from user #{user.name} in organization #{conference.organization.name}/)
end
end