diff --git a/allAutomation/.idea/workspace.xml b/allAutomation/.idea/workspace.xml
index 0397b791..908d0865 100644
--- a/allAutomation/.idea/workspace.xml
+++ b/allAutomation/.idea/workspace.xml
@@ -4,7 +4,10 @@
-
+
+
+
+
@@ -28,18 +31,18 @@
- {
+ "keyToString": {
+ "Python tests.Python tests for microphoneSimulationTest.test_microphone_simulation.executor": "Run",
+ "Python tests.Python tests in BrowserManager.py.executor": "Run",
+ "Python tests.Python tests in Test_Script.py.executor": "Run",
+ "Python tests.Python tests in microphoneSimulationTest.py.executor": "Run",
+ "RunOnceActivity.OpenProjectViewOnStart": "true",
+ "RunOnceActivity.ShowReadmeOnStart": "true",
+ "git-widget-placeholder": "all__Automation__Actions",
+ "last_opened_file_path": "E:/ALL_Automation_Git_Actions/all-learner-ai-app/allAutomation/Manifest"
}
-}]]>
+}
diff --git a/allAutomation/my_project/tests/BrowserManager.py b/allAutomation/my_project/tests/BrowserManager.py
index 608b9199..2bd37b33 100644
--- a/allAutomation/my_project/tests/BrowserManager.py
+++ b/allAutomation/my_project/tests/BrowserManager.py
@@ -24,7 +24,8 @@ def setup():
chrome_options.add_argument("--use-fake-ui-for-media-stream")
chrome_options.add_argument("--use-file-for-fake-audio-capture=output_audio.wav")
- extension_path = os.path.abspath("allAutomation/Manifest.zip")
+ extension_path = os.path.abspath("Manifest.zip")
+ chrome_options.add_extension(extension_path)
# Initialize Chrome WebDriver using WebDriverManager with a specific version
service = Service(ChromeDriverManager().install())