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 @@ -25,6 +25,7 @@
import org.labkey.test.categories.CustomModules;
import org.labkey.test.categories.OConnor;
import org.labkey.test.components.DomainDesignerPage;
import org.labkey.test.components.assay.AssayConstants;
import org.labkey.test.components.domain.DomainFormPanel;
import org.labkey.test.pages.ReactAssayDesignerPage;
import org.labkey.test.params.FieldDefinition;
Expand Down Expand Up @@ -587,7 +588,7 @@ private void importRun(String assayId, String assayName, File dataFile, boolean
{
log("Importing Haplotype Run: " + assayId);
goToAssayImport(assayName);
setFormElement(Locator.name("name"), assayId);
setFormElement(AssayConstants.ASSAY_NAME_FIELD_LOCATOR, assayId);
checkCheckbox(Locator.name("enabled"));
selectOptionByText(Locator.name("speciesId"), "mamu");
// NOTE: consider breaking these into seperate tests...
Expand Down