Commit e8b4dbad authored by Stan Hu's avatar Stan Hu Committed by George Tsiolis

Fix spec for inviting members

parent e26139a7
......@@ -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')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment