Exemplo n.º 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()
Exemplo n.º 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()
Exemplo n.º 3
0
def step_impl(context):
    email = "*****@*****.**"  # /PS-IGNORE
    password = "******"
    text_is_visible(context, "Email address")
    utils.login(context, email, password)
Exemplo n.º 4
0
def step_impl(context):  # noqa: F811
    text_is_visible(context, "This is your dashboard to interact")
Exemplo n.º 5
0
def step_impl(context):  # noqa: F811
    text_is_visible(context, "Email address")
    utils.test_user_login(context)
Exemplo n.º 6
0
def create_acct_page(context):
    shared.text_is_visible(context, "Create an account")
Exemplo n.º 7
0
def forgotten_password_page(context):
    shared.text_is_visible(context, "Forgotten password")