Sha256: 90850c82a2fb7f3c2dec4035ae81671729d9e9c14397ced3628fa2fe1c674338
Contents?: true
Size: 430 Bytes
Versions: 37
Compression:
Stored size: 430 Bytes
Contents
require "rails_helper" describe "the Themes", js: true do login_success 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
37 entries across 37 versions & 1 rubygems