Commit 556f7a25 authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'qa-shl-fix-lint-issues' into 'master'

Fix lint issues

See merge request gitlab-org/gitlab!50677
parents ec056fa7 88e67879
......@@ -33,7 +33,7 @@ module QA
Page::Main::Menu.perform(&:not_signed_in?)
end
raise "Failed user registration attempt. Registration was expected to #{ user.expect_fabrication_success ? 'succeed' : 'fail'} but #{success ? 'succeeded' : 'failed'}." unless success
raise "Failed user registration attempt. Registration was expected to #{user.expect_fabrication_success ? 'succeed' : 'fail'} but #{success ? 'succeeded' : 'failed'}." unless success
end
def disable_sign_ups
......
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