Exemplo n.º 1
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")
Exemplo n.º 2
0
 def set_flight_page_continue_button(driver):
     wait_click_url(driver, css_select=FlightPageLocators.flight_page_continue_button)
Exemplo n.º 3
0
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')
Exemplo n.º 5
0
 def set_bag_page_dismiss_cta(driver):
     wait_click_url(driver, css_select=BagPageLocators.bag_dismiss_cta)
Exemplo 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")
Exemplo 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)
Exemplo n.º 9
0
 def set_basket_checkout(driver):
     wait_click_url(driver,
                    css_select=ExtrasPageLocators.basket_checkout_button)
Exemplo n.º 10
0
 def set_extras_page_continue_button(driver):
     wait_click_url(
         driver, css_select=ExtrasPageLocators.extras_page_continue_button)