Skip to content

Commit

Permalink
Merge pull request #9716 from dmarcoux/fix-openQA-feature-spec
Browse files Browse the repository at this point in the history
Change click_button call to follow changes in files_view partial
  • Loading branch information
dmarcoux committed Jun 10, 2020
2 parents 908124b + ab50654 commit 6df3928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/t/spec/features/0040_package_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
click_link('hello_world')
click_link('Add file')
attach_file("file", File.expand_path('../fixtures/hello_world.spec', __dir__), make_visible: true)
click_button('Save')
click_button('Add file')
expect(page).to have_content("The file 'hello_world.spec' has been successfully saved.")
end

Expand Down

0 comments on commit 6df3928

Please sign in to comment.