Skip to content

Commit 60fa9ef

Browse files
Rearrange the interaction with the Manually Define button to make sure it's ready (#2499)
1 parent 944855a commit 60fa9ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/labkey/test/components/domain/DomainFormPanel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,8 @@ else if (validator instanceof FieldDefinition.TextChoiceValidator textChoiceVali
256256
*/
257257
public DomainFormPanel clickManuallyDefineFields()
258258
{
259-
getWrapper().scrollIntoView(elementCache().manuallyDefineButton, true);
260259
getWrapper().shortWait().until(ExpectedConditions.elementToBeClickable(elementCache().manuallyDefineButton)); // give modal dialogs time to disappear
260+
getWrapper().scrollIntoView(elementCache().manuallyDefineButton, true);
261261
elementCache().manuallyDefineButton.click();
262262

263263
return this;

0 commit comments

Comments
 (0)