Merge pull request #1525 from edx/will/textbook-js-wait

Added wait for JavaScript when navigating to textbook page
This commit is contained in:
Will Daly
2013-10-29 12:21:23 -07:00

View File

@@ -11,6 +11,7 @@ TEST_ROOT = settings.COMMON_TEST_DATA_ROOT
@step(u'I go to the textbooks page')
def go_to_uploads(_step):
world.wait_for_js_to_load()
world.click_course_content()
menu_css = 'li.nav-course-courseware-textbooks a'
world.css_click(menu_css)