Skip to content

Commit

Permalink
wait step changes for connections
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkitCLI committed Dec 16, 2024
1 parent 4d27679 commit b72d8f0
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 b72d8f0

Please sign in to comment.