We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6a7f0 commit 03bde26Copy full SHA for 03bde26
1 file changed
src/org/labkey/test/components/CustomizeView.java
@@ -393,6 +393,7 @@ private void addItem(CharSequence fieldKey, ViewItemType type)
393
WebElement checkbox = Locator.css("input[type=button]").findElement(fieldRow);
394
WebElement rowLabel = Locator.byClass("x4-tree-node-text").findElement(fieldRow);
395
rowLabel.click();
396
+ ScrollUtils.scrollIntoView(checkbox);
397
new Checkbox(checkbox).check();
398
itemXPath(type, fieldKey).waitForElement(this, 2_000);
399
}
0 commit comments