Sha256: c10f4ade70d2698cb5e10b658ac5dd480110bf05c3cd319c12c53f461beab6f0
Contents?: true
Size: 414 Bytes
Versions: 6
Compression:
Stored size: 414 Bytes
Contents
require 'test_helper' class SortableGalleryUiTest < ViewCase fixtures :all setup :sign_in teardown :teardown def test_including_draggable_td skip '😪' visit adminpanel.gallery_path(adminpanel_galleries(:one)) p page.body # assert for sortable stuff assert_selector 'td.draggable.img' end protected def sign_in visit adminpanel.signin_path login end end
Version data entries
6 entries across 6 versions & 1 rubygems