Skip to content

Commit

Permalink
Updating the pull request for iOS and UIAlertViews
Browse files Browse the repository at this point in the history
  • Loading branch information
seanoshea authored and qmfrederik committed Jan 20, 2016
1 parent 8096656 commit 933997d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gem/lib/frank-cucumber/core_frank_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

Then /^I should not see an alert view$/ do
if frankly_os_version.to_f >= 7.0
check_element_does_not_exist( '_UIModalItemRepresentationView' )
check_element_does_not_exist( '_UIModalItemRepresentationView' )
else
check_element_does_not_exist( 'alertView' )
end
Expand Down

0 comments on commit 933997d

Please sign in to comment.