Skip to content

Commit

Permalink
Update images/spec/support/shared_contexts/admin_images_tab.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Arndt <[email protected]>
  • Loading branch information
anitagraham and parndt authored Oct 15, 2021
1 parent 3252b59 commit ad436ec
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions images/spec/support/shared_contexts/admin_images_tab.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@
let(:dialog_frame_id) {'dialog_iframe'}
let(:initial_path) { refinery.admin_images_path(view: %w(grid list).sample) }

let(:index_item_selector) {'#records li .item '}


let(:gridview_img_selector) {' > a > img'}
let(:gridview_title_selector) {' span.preview'}

let(:index_item_selector) {'#records li .item '}
let(:listview_title_selector) {' > a.title'}

end

0 comments on commit ad436ec

Please sign in to comment.