Skip to content

Commit 1586cca

Browse files
committed
clean up
1 parent cd13d8d commit 1586cca

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/org/labkey/test/tests/PivotQueryTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,9 @@ SELECT ParticipantId, SequenceNum, MAX([F1]) AS I1Max, [F1] FROM study.[D2]
228228
createQueryPage.setName(queryName);
229229
var sourceQueryPage = createQueryPage.clickCreate();
230230
sourceQueryPage.setSource(queryText);
231-
var executeQueryPage = sourceQueryPage.clickSaveAndFinish();
231+
sourceQueryPage.clickSaveAndFinish();
232232

233233
// ensure query results contain F1 contents
234-
executeQueryPage.getDataRegion();
235234
assertTextPresent("this", "that", "the other", "and more", "but wait", "still more");
236235
}
237236

0 commit comments

Comments
 (0)