We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c56d27f commit 3dd2360Copy full SHA for 3dd2360
1 file changed
src/org/labkey/test/tests/assay/AssayTransformWarningTest.java
@@ -182,7 +182,7 @@ public void testRTransformWarning()
182
clickAndWait(Locator.linkWithText(runName), longWaitForPage);
183
184
// Verify file uploaded
185
- assertTextPresent("assaydata" + File.separator + JAVA_TRANSFORM_SCRIPT.getName(), 1);
+ assertTextPresent(JAVA_TRANSFORM_SCRIPT.getName(), 1);
186
187
DataRegionTable table = new DataRegionTable("Data", this);
188
assertEquals(1, table.getDataRowCount());
0 commit comments