Skip to content

Commit 3dd2360

Browse files
committed
fix more tests
1 parent c56d27f commit 3dd2360

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/labkey/test/tests/assay/AssayTransformWarningTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public void testRTransformWarning()
182182
clickAndWait(Locator.linkWithText(runName), longWaitForPage);
183183

184184
// Verify file uploaded
185-
assertTextPresent("assaydata" + File.separator + JAVA_TRANSFORM_SCRIPT.getName(), 1);
185+
assertTextPresent(JAVA_TRANSFORM_SCRIPT.getName(), 1);
186186

187187
DataRegionTable table = new DataRegionTable("Data", this);
188188
assertEquals(1, table.getDataRowCount());

0 commit comments

Comments
 (0)