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:
Valera Rozuvan
2013-10-15 14:13:47 +03:00
parent 14c63f0d59
commit a7f3bb2b00
5 changed files with 50 additions and 7 deletions

View File

@@ -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)