suitest-js-api 3.4.1 → 3.4.2
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.
|
@@ -209,6 +209,7 @@ const allowedUntilConditionChainTypes = [
|
|
|
209
209
|
'location',
|
|
210
210
|
'network',
|
|
211
211
|
'video',
|
|
212
|
+
'psVideo',
|
|
212
213
|
];
|
|
213
214
|
|
|
214
215
|
const allowedUntilConditionChainNames = [
|
|
@@ -219,6 +220,7 @@ const allowedUntilConditionChainNames = [
|
|
|
219
220
|
'location',
|
|
220
221
|
'networkRequest',
|
|
221
222
|
'video',
|
|
223
|
+
'psVideo',
|
|
222
224
|
];
|
|
223
225
|
|
|
224
226
|
const getSubjectType = path(['request', 'condition', 'subject', 'type']);
|