Skip to content

Commit

Permalink
Bokchoy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Rodriguez committed Oct 30, 2015
1 parent 9e1bec6 commit 15024a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/test/acceptance/pages/lms/course_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def ensure_skip_link_sends_focus_to_container(self):
Checks to make sure the skip link skips to its href
and the container receives focus.
"""
from nose.tools import set_trace; set_trace()
skip_link = self.q(css=".nav-skip")
skip_url = skip_link.attrs('href')[0]
skip_id = skip_url.split('/')[-1]
Expand Down

0 comments on commit 15024a2

Please sign in to comment.