minor addition

This commit is contained in:
Christoph Haas 2021-03-02 22:33:31 +01:00
parent 86bfff58f2
commit 6d39869eff

View file

@ -59,6 +59,7 @@ class UploadsTest < ApplicationSystemTestCase
# Get details page of Firefox package
visit package_path(name: 'firefox')
# Select a valid image for upload
click_on 'Upload a screenshot'
attach_file 'file[]', Rails.root.join('test/fixtures/files/large1.png'), visible: false