We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e81e2 commit cdfe3a3Copy full SHA for cdfe3a3
java/server/src/org/openqa/selenium/server/htmlrunner/CoreTestCase.java
@@ -85,7 +85,7 @@ private List<LoggableStep> findCommands(WebDriver driver) {
85
" continue;\n" +
86
" }\n" +
87
" var cells = tables[i].rows[rowCount].cells;\n" +
88
- " toReturn.push([cells[0].textContent, cells[1].textContent, cells[2].textContent]);\n" +
+ " toReturn.push([cells[0].textContent.trim(), cells[1].textContent, cells[2].textContent]);\n" +
89
90
"}\n" +
91
"return toReturn;");
0 commit comments