Skip to content

Commit

Permalink
Fix spec warning `The :make_visible option is not supported by the cu…
Browse files Browse the repository at this point in the history
…rrent driver - ignoring`

Fix #5691
  • Loading branch information
yosefbennywidyo committed May 7, 2024
1 parent a5a47ba commit 0583094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/casa_org/edit_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
sign_in admin
visit edit_casa_org_path(organization)

page.attach_file("Logo", "spec/fixtures/company_logo.png", make_visible: true)
page.attach_file("Logo", "spec/fixtures/company_logo.png", visible: :visible)

expect(organization.logo).to_not be_attached

Expand Down

0 comments on commit 0583094

Please sign in to comment.