예제 #1
0
def step_impl(context):  # noqa: F811
    text_is_visible(
        context,
        "Regular (3rd Party) user who is representing "
        "your organisation on a particular case (e.g. Lawyer)",
    )
    ref = utils.get_element_by_id(context, "role_3")
    ref.click()
예제 #2
0
def step_impl(context):  # noqa: F811
    text_is_visible(context, "Manage your team")
    ref = utils.get_element_by_id(context, "lnk_invite_colleague")
    ref.click()
예제 #3
0
def step_impl(context):
    email = "*****@*****.**"  # /PS-IGNORE
    password = "******"
    text_is_visible(context, "Email address")
    utils.login(context, email, password)
예제 #4
0
def step_impl(context):  # noqa: F811
    text_is_visible(context, "This is your dashboard to interact")
예제 #5
0
def step_impl(context):  # noqa: F811
    text_is_visible(context, "Email address")
    utils.test_user_login(context)
예제 #6
0
def create_acct_page(context):
    shared.text_is_visible(context, "Create an account")
예제 #7
0
def forgotten_password_page(context):
    shared.text_is_visible(context, "Forgotten password")