Commit 63c25c73 authored by Dan Davison's avatar Dan Davison

Merge branch 'ml-fix-uninitialized-constant-error' into 'master'

Fix uninitialized constant error in test

See merge request gitlab-org/gitlab!80694
parents d8b958ec 40a40846
......@@ -55,7 +55,7 @@ module QA
# wait for the "Save comment" button to disappear
saved = has_no_element?(:save_comment_button)
raise ExpectationNotMet, %q(There was a problem while adding the annotation) unless saved
raise RSpec::Expectations::ExpectationNotMetError, %q(There was a problem while adding the annotation) unless saved
end
def add_design(design_file_path)
......
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