Skip to content

Commit

Permalink
all_Automation_Git_Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AmolKadam-Tekdi committed Jul 9, 2024
1 parent d6d5c85 commit 92fb840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion allAutomation/src/main/java/Tests/AllTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public static void Login() throws Exception {
logStep("Speak text in Mike");
// TexttoSpeach(text);

Thread.sleep(4000);
Thread.sleep(10000);

logStep("Click on Stop button");
WebElement stopButton = driver.findElement(By.xpath("(//*[@xmlns='http://www.w3.org/2000/svg'])[2]"));
Expand Down

0 comments on commit 92fb840

Please sign in to comment.