Fix bug with unlinking user orders on lists load over active list

This commit is contained in:
2014-08-11 13:40:20 +02:00
parent af45377679
commit 28192f8e39
18 changed files with 66 additions and 62 deletions
+4
View File
@@ -14,4 +14,8 @@ module SpecEmberHelpers
SCRIPT
JSON.parse(h)
end
def js_path
page.evaluate_script 'location.pathname + location.hash'
end
end