Skip to content

Commit

Permalink
Merge pull request cdapio#257 from cloudsufi/ConnectionWaitStepChange
Browse files Browse the repository at this point in the history
wait step change for selecting Row
  • Loading branch information
AnkitCLI authored Dec 16, 2024
2 parents 4d27679 + b72d8f0 commit 9ea149e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ private static void selectConnectionDataRow(String dataRow) {
WaitHelper.waitForElementToBeClickable(CdfConnectionLocators.searchDirectoryInput,
ConstantsUtil.DEFAULT_TIMEOUT_SECONDS);
ElementHelper.sendKeys(CdfConnectionLocators.searchDirectoryInput, dataRow);
WaitHelper.waitForPageToLoad();
WaitHelper.waitForTextToBePresentInElementValue(CdfConnectionLocators.searchDirectoryInput, dataRow);
int attempts = 0;
while (attempts < 5) {
Expand Down

0 comments on commit 9ea149e

Please sign in to comment.