Commit 44983c3d authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'jsl-design-file-spec-fix' into 'master'

Update QA locator reference due to renaming

See merge request gitlab-org/gitlab!47353
parents 98455e78 f7ae4ab2
......@@ -64,7 +64,7 @@ module QA
# It doesn't work as a CSS selector.
# So instead we use the name attribute as a locator
within_element(:design_dropzone_content) do
page.attach_file("design_file", design_file_path, make_visible: { display: 'block' })
page.attach_file("upload_file", design_file_path, make_visible: { display: 'block' })
end
filename = ::File.basename(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