Example #1
0
def topics_in_list(step):
    topic_names = [topic_dict['name'] for topic_dict in step.hashes]
    world.assert_list_equals('ul.topics li', topic_names)
Example #2
0
def see_stories_list(step):
    story_titles = [row['title'] for row in step.hashes]
    world.assert_list_equals('.story-list li h4', story_titles)
Example #3
0
def topics_in_list(step):
    topic_names = [topic_dict['name'] for topic_dict in step.hashes]
    world.assert_list_equals('ul.topics li', topic_names)