Skip to content

Commit 7b2ab6d

Browse files
committed
Removed zip, minor bug fix
1 parent 3f0e520 commit 7b2ab6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nr_synthetics_formatter.zip

-13.4 KB
Binary file not shown.

nr_synthetics_formatter/nr-synthetics.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ builder.selenium2.io.addLangFormatter({
5353
"function isTextPresentIn(text, sourceEl) {\n" +
5454
" return sourceEl.getText()\n" +
5555
" .then(function (wholetext) {\n" +
56-
" log("Assert Text Present: '\" + text +\"'\");\n" +
57-
" assert.notEqual(wholetext.indexOf(text), -1, "Text Not Found: '\" + text + \"'\");\n" +
56+
" log(\"Assert Text Present: '\" + text +\"'\");\n" +
57+
" assert.notEqual(wholetext.indexOf(text), -1, \"Text Not Found: '\" + text + \"'\");\n" +
5858
" });\n" +
5959
"}\n\n" +
6060
"function isTextPresent(text) {\n" +

0 commit comments

Comments
 (0)