Sha256: 3d9d9d0bada79f8bfdeff111f76d055fc14eb7ffb92aee1b53b191786e8657e3
Contents?: true
Size: 524 Bytes
Versions: 37
Compression:
Stored size: 524 Bytes
Contents
require "rails_helper" describe "the Site Settings", js: true do login_success 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
37 entries across 37 versions & 1 rubygems