Commit afc27f2f authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'shl-fix-flaky-group-audit-log-spec' into 'master'

Remove unnecessary assertion in e2e spec

See merge request gitlab-org/gitlab!75624
parents b12c7272 67fbbff0
......@@ -47,11 +47,9 @@ module QA
before do
@event_count = 0
sign_in
group = Resource::Group.fabricate_via_browser_ui! do |group|
Resource::Group.fabricate_via_browser_ui! do |group|
group.path = "group-to-test-audit-event-log-#{SecureRandom.hex(8)}"
end
expect(page).to have_text("Group '#{group.path}' was successfully created")
end
it_behaves_like 'audit event', ['Added group']
......
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