summaryrefslogtreecommitdiff
path: root/qa/qa/page/component/dropzone.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/page/component/dropzone.rb')
-rw-r--r--qa/qa/page/component/dropzone.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/page/component/dropzone.rb b/qa/qa/page/component/dropzone.rb
index 15bdc742fda..fd44c57123a 100644
--- a/qa/qa/page/component/dropzone.rb
+++ b/qa/qa/page/component/dropzone.rb
@@ -15,7 +15,7 @@ module QA
# instantiated on one page because there is no distinguishing
# attribute per dropzone file field.
def attach_file(attachment)
- filename = File.basename(attachment)
+ filename = ::File.basename(attachment)
field_style = { visibility: 'visible', height: '', width: '' }
page.attach_file(attachment, class: 'dz-hidden-input', make_visible: field_style)