Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/org/labkey/test/tests/AbstractKnitrReportTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ protected void htmlFormat()
Locator.tag("img").withAttribute("alt", "plot of chunk blood-pressure-scatter")), // new
Locator.tag("pre").containing("## \"1\",249318596,\"2008-05-17\",86,36,129,76,64"),
Locator.tag("pre").withText("## knitr says hello to HTML!"),
Locator.tag("pre").startsWith("## Error").containing(": non-numeric argument to binary operator"),
Locator.tag("pre").startsWith("## Error").containing("non-numeric argument to binary operator"),
Locator.tag("p").startsWith("Well, everything seems to be working. Let's ask R what is the value of \u03C0? Of course it is 3.141"),
nonceCheckSuccessLoc // Inline script should run
};
Expand Down