def set_forgot_your_password_send_password_button():
    wait_click_url(ps='clicking the "Send me reset password instructions" link', value="Send me reset password instructions")
Esempio n. 2
0
 def set_flight_page_continue_button(driver):
     wait_click_url(driver, css_select=FlightPageLocators.flight_page_continue_button)
def set_forgot_your_password():
    wait_click_url(ps='clicking the "Forgot your password?" link', text='Forgot your password?')
def set_edit_profile_link():
    wait_click_url(ps='clicking the "Edit Profile" link', text='Edit Profile')
Esempio n. 5
0
 def set_bag_page_dismiss_cta(driver):
     wait_click_url(driver, css_select=BagPageLocators.bag_dismiss_cta)
Esempio n. 6
0
def set_forgot_your_password_send_password_button():
    wait_click_url(
        ps='clicking the "Send me reset password instructions" link',
        value="Send me reset password instructions")
Esempio n. 7
0
def set_forgot_your_password():
    wait_click_url(ps='clicking the "Forgot your password?" link',
                   text='Forgot your password?')
 def set_search_button(driver):
     wait_click_url(driver,
                    css_select=HomePageLocators.home_page_search_button)
Esempio n. 9
0
 def set_basket_checkout(driver):
     wait_click_url(driver,
                    css_select=ExtrasPageLocators.basket_checkout_button)
Esempio n. 10
0
 def set_extras_page_continue_button(driver):
     wait_click_url(
         driver, css_select=ExtrasPageLocators.extras_page_continue_button)