diff --git a/allAutomation/.idea/workspace.xml b/allAutomation/.idea/workspace.xml
index 9df752cc..f3f45741 100644
--- a/allAutomation/.idea/workspace.xml
+++ b/allAutomation/.idea/workspace.xml
@@ -4,7 +4,9 @@
-
+
+
+
diff --git a/allAutomation/src/main/java/Tests/AllTest.java b/allAutomation/src/main/java/Tests/AllTest.java
index 25964b63..42c1b279 100644
--- a/allAutomation/src/main/java/Tests/AllTest.java
+++ b/allAutomation/src/main/java/Tests/AllTest.java
@@ -282,8 +282,12 @@ public static void Login() throws Exception {
logStep("Click on the Mike button");
driver.findElement(By.className("game-action-button")).click();
+ logStep("Speak text in Mike ");
+
+
System.setProperty("freetts.voices", "com.sun.speech.freetts.en.us.cmu_us_kal.KevinVoiceDirectory");
+ logStep("Speak text in Mike again");
// Create a voice manager
VoiceManager voiceManager = VoiceManager.getInstance();