Created
August 19, 2015 17:38
-
-
Save foxyblocks/24226dc9201eabab4737 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[33m8fa668c[m -[31m (HEAD, origin/master, origin/HEAD, master)[m fix landing spec [32m(4 minutes ago) [1;34m<Christian Schlensker>[m | |
[1mdiff --git a/spec/features/landing_spec.rb b/spec/features/landing_spec.rb[m | |
[1mindex 13a5cc5..167cdae 100644[m | |
[1m--- a/spec/features/landing_spec.rb[m | |
[1m+++ b/spec/features/landing_spec.rb[m | |
[36m@@ -42,7 +42,7 @@[m [mdescribe 'Course Landing Pages', :js do[m | |
[m | |
within container do[m | |
fill_in :email, with: email[m | |
[31m- click_on button[m | |
[32m+[m[32m page.execute_script("$('#{container} [type=submit]').click()")[m | |
end[m | |
[m | |
page.should have_selector success_tag[m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment