Commit f7ae4ab2 authored by Jennie Louie's avatar Jennie Louie

Update qa locator reference due to renaming

parent 8be38eb8
...@@ -64,7 +64,7 @@ module QA ...@@ -64,7 +64,7 @@ module QA
# It doesn't work as a CSS selector. # It doesn't work as a CSS selector.
# So instead we use the name attribute as a locator # So instead we use the name attribute as a locator
within_element(:design_dropzone_content) do 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 end
filename = ::File.basename(design_file_path) 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