This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scenario 'I should see user soft delete button disabled' do | |
within("#user_#{@user.id}") do | |
page.should have_link I18n.t('soft_destroyed'), disabled: true | |
end | |
end |