module.exports =
    'name field': 'input#name'
    'name autocomplete': 'input#name + .dropdown-menu'

    'top nav': '.topnav'
    'hunt table': 'huntlist table'
    'leaderboard': 'leaders table'

    'student login': 'a#mock_student_login'

    'hunt table toggle': '.hunts thead>tr:nth-child(1)'
