예제 #1
0
def step(context):
    HomePage(context).find_by_query_in_search_field("snakke")
예제 #2
0
def step_impl(context):
    page = HomePage(context)
    page.visit("https://rosenclassroom.com")
예제 #3
0
def step(context):
    HomePage(context).find_by_query_in_search_field("9781508139799")
예제 #4
0
def step_impl(context):
    HomePage(context).display_simple_search_results()
예제 #5
0
def step(context):
    HomePage(context).find_by_query_in_search_field("Classic Chargers")
예제 #6
0
def step(context):
    url = HomePage(context).get_url()
    assert "https://rosenclassroom.com" in url
예제 #7
0
def step(context):
    HomePage(context).click_logo()