Step1 and Step2 take me back on "LandingPage". I want to verify the element using @current_page
.
This is element is defined in "LandingPage.rb".
I have tried this, but no luck. Whats missing?
Step1
Step2
1. fail if not @current_page.(on(LandingPage.cart_box.present?))
2. fail if not @current_page.(on(LandingPage.cart_box)).present?
3. fail if not @current_page.(on(LandingPage.cart_box_element)).present?