Sha256: 6dcb91145d9bc6e698312a66b7e52272b0e65e7601ce73b7c3a9e09c2aa1429a
Contents?: true
Size: 456 Bytes
Versions: 3
Compression:
Stored size: 456 Bytes
Contents
require 'spec_helper' RSpec.feature "Hint with optional boolean", type: :feature do scenario "Seeing the hint", js: true do project = Project.create name: 'P1', finished: true visit collection_edit_projects_path(ids: [project.id]) page.should have_selector '.optional-attribute-container.hint_visible .optional-attribute-hint' page.should have_selector '.optional-attribute-container.hint_visible .optional-attribute-append' end end
Version data entries
3 entries across 3 versions & 1 rubygems