Skip to content

Commit 721c080

Browse files
committed
Look but don't touch during 'waitForReady'
1 parent 8ae2282 commit 721c080

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/labkey/test/components/ui/entities/ParentEntityEditPanel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ protected void waitForReady()
102102
.find(this);
103103

104104
// For the first parent the panel is ready if the entity type selector is ready and the options have been populated.
105-
return firstParentSelector.isInteractive() && !firstParentSelector.getOptions().isEmpty();
105+
return firstParentSelector.isInteractive();
106106

107107
}
108108
}

0 commit comments

Comments
 (0)