Skip to content

Commit 0f659ae

Browse files
committed
revert attempt to make pipelineroot matching case insensitive
1 parent c730914 commit 0f659ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/labkey/test/BaseWebDriverTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1904,7 +1904,7 @@ public void setPipelineRoot(String rootPath, boolean inherit)
19041904
{
19051905
_setPipelineRoot(rootPath, inherit);
19061906

1907-
waitForElement(Locators.labkeyMessage.withTextMatching("The pipeline root was set to '" + Paths.get(rootPath).normalize() + "'"));
1907+
waitForElement(Locators.labkeyMessage.withText("The pipeline root was set to '" + Paths.get(rootPath).normalize() + "'"));
19081908

19091909
getArtifactCollector().addArtifactLocation(new File(rootPath));
19101910

0 commit comments

Comments
 (0)