We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7c1ae1 commit 9c8dd6eCopy full SHA for 9c8dd6e
spec/dummy/spec/views/home_show_spec.rb
@@ -17,7 +17,12 @@
17
18
it 'shows the correct log in link' do
19
render
20
- expect(html.search('a[href="/auth/rpi"]')).not_to be_empty
+ expect(html.search('form[action="/auth/rpi?login_options=v1_signup"]')).not_to be_empty
21
+ end
22
+
23
+ it 'shows the sign up link' do
24
+ render
25
+ expect(html.search('form[action="/auth/rpi?login_options=force_signup%2Cv1_signup"]')).not_to be_empty
26
end
27
28
0 commit comments