Sha256: b49895c629ddb3fed3e26a9c1b74130fb6a378f5f5d26c6ff254c56dc70aa23d
Contents?: true
Size: 520 Bytes
Versions: 29
Compression:
Stored size: 520 Bytes
Contents
require "rails_helper" describe "the Site Settings", js: true do init_site it "Settings Form" do admin_sign_in visit "#{cama_root_relative_path}/admin/settings/site" expect(page).to have_content("Basic Information") expect(page).to have_content("Configuration") within '#site_settings_form' do fill_in "site_name", with: 'New site title' fill_in "site_description", with: 'Site description' click_button "Submit" end expect(page).to have_css('.alert-success') end end
Version data entries
29 entries across 29 versions & 2 rubygems