Revision: 7574fed39f9c
Author: Mikko Korpela <[email protected]>
Date: Mon Jan 30 06:41:37 2012
Log: working linking from report
http://code.google.com/p/robotframework/source/detail?r=7574fed39f9c
Modified:
/src/robot/webcontent/log.html
=======================================
--- /src/robot/webcontent/log.html Mon Jan 30 05:20:51 2012
+++ /src/robot/webcontent/log.html Mon Jan 30 06:41:37 2012
@@ -94,7 +94,7 @@
// before executing the callback function
window.testdata.findPathTo(unescape(element), function (uniqueIds) {
for (var i in uniqueIds) {
- $("#" + uniqueIds[i] + "_unfoldlink").click();
+ $("#" + uniqueIds[i] + "_foldingbutton").click();
}
if (uniqueIds && uniqueIds.length > 0) {
expandCriticalFailed(window.testdata.find(uniqueIds[uniqueIds.length - 1]));