Skip to content

Commit 06bcbe8

Browse files
authored
Render file watcher run as field as a dropdown (#2810)
1 parent 068aeb7 commit 06bcbe8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/labkey/test/components/pipeline/PipelineTriggerWizard.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ protected class ElementCache extends Component<?>.ElementCache
306306
Input descriptionInput = new Input(Locator.tagWithName("textarea", "description").findWhenNeeded(this), getDriver());
307307
OptionSelect typeSelect = new OptionSelect(Locator.tagWithName("select", "type").findWhenNeeded(this));
308308
OptionSelect taskSelect = new OptionSelect(Locator.tagWithName("select", "pipelineId").findWhenNeeded(this));
309-
Input usernameInput = new Input(Locator.tagWithName("input", "username").findWhenNeeded(this), getDriver());
309+
OptionSelect usernameInput = new OptionSelect(Locator.tagWithName("select", "username").findWhenNeeded(this));
310310
Input assayProviderInput = new Input(Locator.tagWithName("input", "assay provider").findWhenNeeded(this), getDriver());
311311
Checkbox enabledCheckbox = new Checkbox(Locator.tagWithName("input", "enabled").findWhenNeeded(this));
312312
//configuration page elements

0 commit comments

Comments
 (0)