We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d069b commit d8fbbdcCopy full SHA for d8fbbdc
1 file changed
test/src/org/labkey/test/tests/targetedms/TargetedMSQCTest.java
@@ -1088,6 +1088,8 @@ private void verifyAddAnnotationsFromQCPlots()
1088
1089
// Wait for the plots to refresh
1090
qcPlotsWebPart.waitForPlots(PRECURSORS.length);
1091
+ refresh();
1092
+ qcPlotsWebPart = qcDashboard.getQcPlotsWebPart();
1093
1094
// Verify the annotation appears in the QC plots
1095
QCHelper.Annotation testAnnotation = new QCHelper.Annotation(instrumentChange.getType(), testComment);
0 commit comments