Added back on hover CC button functionality.
Fixing falling test. Added fix for RequireJS & XModule loader video race condition. Removed unnecessary comments from SCSS and JS files. Added entry to Change Log.
This commit is contained in:
@@ -35,7 +35,7 @@ def click_new_component_button(step, component_button_css):
|
||||
step.given('I have clicked the new unit button')
|
||||
world.wait_for_requirejs(
|
||||
["jquery", "js/models/course", "coffee/src/models/module",
|
||||
"coffee/src/views/unit", "jquery.ui"]
|
||||
"coffee/src/views/unit", "jquery.ui", "domReady!"]
|
||||
)
|
||||
world.css_click(component_button_css)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user