diff --git a/spec/system/admin/configuration/content_spec.rb b/spec/system/admin/configuration/content_spec.rb index 5f1ffe60d5..adf407674e 100644 --- a/spec/system/admin/configuration/content_spec.rb +++ b/spec/system/admin/configuration/content_spec.rb @@ -40,7 +40,7 @@ describe " click_button "Update" expect(page).to have_content "Your content has been successfully updated!" - expect(ContentConfig.logo.to_s).to include "logo-white" + expect(ContentConfig.url_for(:logo)).to include "logo-white" end it "sets the user guide link" do