Fix spec for inviting members
This commit is contained in:
parent
e26139a756
commit
e8b4dbadc5
1 changed files with 2 additions and 0 deletions
|
@ -98,6 +98,8 @@ describe 'Groups > Members > Manage members' do
|
|||
|
||||
add_user('test@example.com', 'Reporter')
|
||||
|
||||
click_link('Pending')
|
||||
|
||||
page.within('.content-list.invited-members-list') do
|
||||
expect(page).to have_content('test@example.com')
|
||||
expect(page).to have_content('Invited')
|
||||
|
|
Loading…
Reference in a new issue