Skip to content

Commit

Permalink
Merge pull request #258 from cloudsufi/ConnectionWaitStepChange
Browse files Browse the repository at this point in the history
Removing waitForText step from connections page
  • Loading branch information
itsankit-google authored Dec 17, 2024
2 parents 9ea149e + 223da51 commit cf245c4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ private static void selectConnectionDataRow(String dataRow) {
ConstantsUtil.DEFAULT_TIMEOUT_SECONDS);
ElementHelper.sendKeys(CdfConnectionLocators.searchDirectoryInput, dataRow);
WaitHelper.waitForPageToLoad();
WaitHelper.waitForTextToBePresentInElementValue(CdfConnectionLocators.searchDirectoryInput, dataRow);
int attempts = 0;
while (attempts < 5) {
try {
Expand Down

0 comments on commit cf245c4

Please sign in to comment.