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
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,14 @@ public void testUploadAndLink()
clickButton("Next", 60000);
clickButton("Save and Finish");

// try forcing an immediate stats update to prompt a better query plan selection - hopefully avoids test timeouts
startSystemMaintenance("Database");
waitForSystemMaintenanceCompletion();

// return to the assay runs page
goToProjectHome(TEST_ASSAY_PRJ_LUMINEX);
clickAndWait(Locator.linkWithText(TEST_ASSAY_LUM));

clickAndWait(Locator.linkWithText("raw and summary"), longWaitForPage);
// make sure the Summary, StdDev, and DV columns are visible
_customizeViewsHelper.openCustomizeViewPanel();
Expand Down