File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/org/labkey/test/components/domain Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1651,7 +1651,7 @@ protected class ElementCache extends WebDriverComponent.ElementCache
16511651 .refindWhenNeeded (this ), getDriver ());
16521652 public final Input urlInput = new Input (Locator .tagWithAttributeContaining ("input" , "id" , "domainpropertiesrow-URL-" )
16531653 .refindWhenNeeded (this ), getDriver ());
1654- protected final Locator urlTargetCheckboxLoc = Locator .input ("domainpropertiesrow-URLTarget " );
1654+ protected final Locator urlTargetCheckboxLoc = Locator .input ("domainpropertiesrow-isTargetBlank " );
16551655 public final Checkbox urlTargetCheckbox = new Checkbox (urlTargetCheckboxLoc .refindWhenNeeded (this ).withTimeout (WAIT_FOR_JAVASCRIPT ));
16561656
16571657 // numeric field options
You can’t perform that action at this time.
0 commit comments