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 778cc59 commit 2d8c1ccCopy full SHA for 2d8c1cc
1 file changed
spec/features/order_spec.rb
@@ -24,6 +24,7 @@
24
fill_in "Email", with: user.email
25
fill_in "Password", with: user.password
26
click_button "Login"
27
+ expect(page).to have_text "Logged in successfully"
28
29
click_link "Cart"
30
expect(page).to have_text "RoR Mug"
0 commit comments