Deconflate organization/conference IDs in role versions
Resolves failing test spec/features/versions_spec.rb:321
Partially reverts 81853d1ef9
This commit is contained in:
parent
150bbef61f
commit
3f6a9e91bd
6 changed files with 69 additions and 37 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue