Commit ab86197c authored by Stan Hu's avatar Stan Hu

Merge branch...

Merge branch '216501-flaky-groups-members-leave-group-guest-leaves-the-group-by-url-param' into 'master'

Remove flash expectation since JS errors could hide the flash notice

Closes #216501

See merge request gitlab-org/gitlab!31092
parents 986b5a40 9e513442
......@@ -31,8 +31,6 @@ describe 'Groups > Members > Leave group' do
page.accept_confirm
expect(find('.flash-notice')).to have_content "You left the \"#{group.full_name}\" group"
expect(page).to have_content left_group_message(group)
expect(current_path).to eq(dashboard_groups_path)
expect(group.users).not_to include(user)
end
......
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