Skip to content

Commit 03bde26

Browse files
committed
Selenium test for 52914 and 52878
1 parent 0f6a7f0 commit 03bde26

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/org/labkey/test/components/CustomizeView.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ private void addItem(CharSequence fieldKey, ViewItemType type)
393393
WebElement checkbox = Locator.css("input[type=button]").findElement(fieldRow);
394394
WebElement rowLabel = Locator.byClass("x4-tree-node-text").findElement(fieldRow);
395395
rowLabel.click();
396+
ScrollUtils.scrollIntoView(checkbox);
396397
new Checkbox(checkbox).check();
397398
itemXPath(type, fieldKey).waitForElement(this, 2_000);
398399
}

0 commit comments

Comments
 (0)