Example #1
0
def step_impl(context):
    """
    :type context: behave.runner.Context
    """
    nt.assert_false(get_element_attribute_value(context, "currency", "readonly"))
Example #2
0
def step_impl(context):
    """
    :type context: behave.runner.Context
    """
    nt.assert_true(get_element_attribute_value(context, "receivedDate", "readonly"))