Sha256: b0c3a865b9025e799a5e27617a207b7208edcbd7906d9096fbba4aa01fcf296b
Contents?: true
Size: 426 Bytes
Versions: 30
Compression:
Stored size: 426 Bytes
Contents
require "rails_helper" describe "the Themes", js: true do init_site it "Themes list" do admin_sign_in visit "#{cama_root_relative_path}/admin/appearances/themes" expect(page).to have_css('#themes_page') within "#themes_page" do first('.preview_link').click end # wait_for_ajax # page.within_frame '#ow_inline_modal_iframe' do # page.should have_selector 'body' # end end end
Version data entries
30 entries across 30 versions & 2 rubygems