def step_impl(context, error):
    find_text_from_xpath_and_assert_text(context, error_msg_xpath, error)
def step_impl(context, login):
    find_text_from_xpath_and_assert_text(context, login_btn_xpath, login)
def step_impl(context, signup):
    find_text_from_xpath_and_assert_text(context, signup_btn_xpath, signup)
def step_impl(context, error):
    find_text_from_xpath_and_assert_text(context, incorrect_creds_msg_xpath, error)
示例#5
0
def step_impl(context, message):
    find_text_from_xpath_and_assert_text(context, date_error_xpath, message)
示例#6
0
def step_impl(context, new_plan):
    find_text_from_xpath_and_assert_text(context, new_plan_xpath, new_plan)
示例#7
0
def step_impl(context, plan_home_icon_text):
    find_text_from_xpath_and_assert_text(context, title_icon_xpath, plan_home_icon_text)
示例#8
0
def step_impl(context, message):
    find_text_from_xpath_and_assert_text(context, month_payment_xpath, message)