froth-webdriverio-framework 7.0.85 → 7.0.86
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -187,8 +187,7 @@ const commonHooks = {
|
|
|
187
187
|
// Example: list of media IDs you want to inject
|
|
188
188
|
// Replace <MEDIA_ID_1>, <MEDIA_ID_2> with your actual BrowserStack media IDs
|
|
189
189
|
const mediaFiles = [
|
|
190
|
-
'media://
|
|
191
|
-
'media://2952ee7b9b7f0751624b0d4208d7c00b56d4e49b',
|
|
190
|
+
'media://da43e04f8f5e9def566059a8c4138e3ae648f1b8'
|
|
192
191
|
// Add more if needed
|
|
193
192
|
];
|
|
194
193
|
|