Skip to content

Commit

Permalink
re-enable transform settings before checking their metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-chrisj committed Feb 21, 2025
1 parent c859880 commit 2f7f3ad
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,13 @@ public void testEnableTransformForUpdate() throws Exception
" ", dataMap2.get("M2"));
checker().screenShotIfNewError("unexpected update transform data");

// re-enable protocol run-on-import and edit so we can measure their metrics
assayDesignerPage = ReactAssayDesignerPage.beginAt(this, getProjectName(), protocolResponse.getProtocolId(),
"general", getURL().toString());
assayDesignerPage.setScriptActionCheckbox(transformFile.getName(), Edit, true);
assayDesignerPage.setScriptActionCheckbox(transformFile.getName(), Import, true);
assayDesignerPage.clickSave();

// validate some metrics for this feature
var metricsPage = UsageStatisticsPage.beginAt(this);
metricsPage.setJsonPathInput("modules.Experiment.assay");
Expand Down

0 comments on commit 2f7f3ad

Please sign in to comment.