mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-10 05:58:01 -05:00
[INJIMOB-3328]: Automation fix for tour guide click event (#1970)
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
This commit is contained in:
@@ -744,6 +744,10 @@ public class HomePage extends BasePage {
|
||||
public void clickOnNextButtonForInjiTour() {
|
||||
if(isElementDisplayed(nextButton)) {
|
||||
clickOnElement(nextButton);
|
||||
clickOnElement(nextButton);
|
||||
clickOnElement(nextButton);
|
||||
clickOnElement(nextButton);
|
||||
clickOnElement(nextButton);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user