@memlab/e2e 1.0.39 → 1.0.41
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.
- package/dist/BaseSynthesizer.d.ts +1 -1
- package/dist/E2EInteractionManager.d.ts +2 -1
- package/dist/E2EInteractionManager.d.ts.map +1 -1
- package/dist/E2EInteractionManager.js +29 -15
- package/dist/NetworkManager.d.ts +1 -1
- package/dist/NetworkManager.js +4 -4
- package/dist/ScriptManager.d.ts +1 -1
- package/dist/ScriptManager.js +3 -3
- package/dist/TestRunnerLoader.d.ts +1 -1
- package/dist/TestRunnerLoader.js +1 -1
- package/dist/TypesThirdParty.d.ts +1 -1
- package/dist/TypesThirdParty.js +1 -1
- package/dist/__tests__/scope/lib.d.ts +1 -1
- package/dist/__tests__/scope/lib.js +2 -3
- package/dist/__tests__/scope/scope-analysis.test.d.ts +1 -1
- package/dist/__tests__/scope/scope-analysis.test.js +1 -1
- package/dist/code-analysis/Script.d.ts +1 -1
- package/dist/code-analysis/Script.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -3
- package/dist/instrumentation/BaseAstTransform.d.ts +1 -1
- package/dist/instrumentation/BaseAstTransform.js +5 -5
- package/dist/instrumentation/ScriptRewriteManager.d.ts +1 -1
- package/dist/instrumentation/ScriptRewriteManager.js +3 -3
- package/dist/instrumentation/TransformLoader.d.ts +1 -1
- package/dist/instrumentation/TransformLoader.js +1 -1
- package/dist/instrumentation/transforms/InjectSourceInfoTranform.js +3 -3
- package/dist/instrumentation/transforms/InjectSourceInfoTransform.js +3 -3
- package/dist/lib/E2EUtils.d.ts +1 -1
- package/dist/lib/E2EUtils.js +9 -9
- package/dist/lib/SynthesisUtils.d.ts +1 -1
- package/dist/lib/SynthesisUtils.js +1 -1
- package/dist/lib/operations/BackOperation.d.ts +1 -1
- package/dist/lib/operations/BackOperation.js +1 -1
- package/dist/lib/operations/BackspaceOperation.d.ts +1 -1
- package/dist/lib/operations/BackspaceOperation.js +1 -1
- package/dist/lib/operations/BaseOperation.d.ts +1 -1
- package/dist/lib/operations/BaseOperation.js +5 -5
- package/dist/lib/operations/CachePageContent.d.ts +1 -1
- package/dist/lib/operations/CachePageContent.js +1 -1
- package/dist/lib/operations/ClickOperation.d.ts +1 -1
- package/dist/lib/operations/ClickOperation.js +1 -1
- package/dist/lib/operations/CompoundOperation.d.ts +1 -1
- package/dist/lib/operations/CompoundOperation.js +1 -1
- package/dist/lib/operations/EnterOperation.d.ts +1 -1
- package/dist/lib/operations/EnterOperation.js +1 -1
- package/dist/lib/operations/EscOperation.d.ts +1 -1
- package/dist/lib/operations/EscOperation.js +1 -1
- package/dist/lib/operations/HoverOperation.d.ts +1 -1
- package/dist/lib/operations/HoverOperation.js +1 -1
- package/dist/lib/operations/InteractionUtils.d.ts +1 -1
- package/dist/lib/operations/InteractionUtils.js +18 -18
- package/dist/lib/operations/Operations.d.ts +1 -1
- package/dist/lib/operations/Operations.js +1 -1
- package/dist/lib/operations/RevertOperation.d.ts +1 -1
- package/dist/lib/operations/RevertOperation.js +3 -3
- package/dist/lib/operations/RunJSCode.d.ts +1 -1
- package/dist/lib/operations/RunJSCode.js +1 -1
- package/dist/lib/operations/ScrollOperation.d.ts +1 -1
- package/dist/lib/operations/ScrollOperation.js +5 -5
- package/dist/lib/operations/TargetExtraOperation.d.ts +1 -1
- package/dist/lib/operations/TargetExtraOperation.js +1 -1
- package/dist/lib/operations/TestPlanner.d.ts +1 -1
- package/dist/lib/operations/TestPlanner.js +1 -1
- package/dist/lib/operations/TypeOperation.d.ts +1 -1
- package/dist/lib/operations/TypeOperation.js +1 -1
- package/dist/lib/operations/UploadOperation.d.ts +1 -1
- package/dist/lib/operations/UploadOperation.js +1 -1
- package/dist/lib/operations/WaitForElementOperation.d.ts +1 -1
- package/dist/lib/operations/WaitForElementOperation.js +1 -1
- package/dist/lib/operations/WaitOperation.d.ts +1 -1
- package/dist/lib/operations/WaitOperation.js +1 -1
- package/dist/lib/operations/WithCachedPageContent.d.ts +1 -1
- package/dist/lib/operations/WithCachedPageContent.js +1 -1
- package/dist/lib/operations/XVirtualFrameBuffer.d.ts +1 -1
- package/dist/lib/operations/XVirtualFrameBuffer.d.ts.map +1 -1
- package/dist/lib/operations/XVirtualFrameBuffer.js +1 -1
- package/dist/plugins/DefaultScenarioSynthesizer.d.ts +1 -1
- package/dist/plugins/DefaultScenarioSynthesizer.js +1 -1
- package/dist/plugins/TestSPAVisitSynthesizer.d.ts +1 -1
- package/dist/plugins/TestSPAVisitSynthesizer.js +1 -1
- package/dist/plugins/scenarios/test-airbnb.d.ts +1 -1
- package/dist/plugins/scenarios/test-airbnb.js +1 -1
- package/dist/plugins/scenarios/test-databricks.d.ts +1 -1
- package/dist/plugins/scenarios/test-databricks.js +1 -1
- package/dist/plugins/scenarios/test-ebay.d.ts +1 -1
- package/dist/plugins/scenarios/test-ebay.js +1 -1
- package/dist/plugins/scenarios/test-google-maps.d.ts +1 -1
- package/dist/plugins/scenarios/test-google-maps.js +1 -1
- package/dist/plugins/scenarios/test-shopify.d.ts +1 -1
- package/dist/plugins/scenarios/test-shopify.js +1 -1
- package/dist/plugins/scenarios/test-youtube.d.ts +1 -1
- package/dist/plugins/scenarios/test-youtube.js +1 -1
- package/package.json +5 -4
- package/static/example/components/layout.jsx +1 -1
- package/static/example/leak-filters/filter-by-retained-size.js +1 -1
- package/static/example/next.config.js +1 -1
- package/static/example/package.json +1 -1
- package/static/example/pages/_app.js +1 -1
- package/static/example/pages/_document.js +1 -1
- package/static/example/pages/examples/detached-dom.jsx +1 -1
- package/static/example/pages/examples/oversized-object.jsx +1 -1
- package/static/example/pages/index.js +1 -1
- package/static/example/scenarios/detached-dom.js +1 -1
- package/static/example/scenarios/oversized-leak-filter.js +1 -1
- package/static/example/scenarios/oversized-object-with-filter.js +1 -1
- package/static/example/scenarios/oversized-object.js +1 -1
- package/static/links/min.js +1 -1
- package/static/links/src/App.js +1 -1
- package/static/links/src/index.js +1 -1
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
9
|
+
* @oncall memory_lab
|
|
10
10
|
*/
|
|
11
11
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
12
12
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
9
|
+
* @oncall memory_lab
|
|
10
10
|
*/
|
|
11
11
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
12
12
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
9
|
+
* @oncall memory_lab
|
|
10
10
|
*/
|
|
11
11
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
12
12
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
9
|
+
* @oncall memory_lab
|
|
10
10
|
*/
|
|
11
11
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
12
12
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
9
|
+
* @oncall memory_lab
|
|
10
10
|
*/
|
|
11
11
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
12
12
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
9
|
+
* @oncall memory_lab
|
|
10
10
|
*/
|
|
11
11
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
12
12
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
|
6
6
|
*
|
|
7
7
|
* @format
|
|
8
|
-
* @oncall
|
|
8
|
+
* @oncall memory_lab
|
|
9
9
|
*/
|
|
10
10
|
'use strict';
|
|
11
11
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
@@ -28,9 +28,9 @@ function waitFor(delay) {
|
|
|
28
28
|
setTimeout(resolve, delay);
|
|
29
29
|
});
|
|
30
30
|
}
|
|
31
|
-
function WaitUntilCallbackReturnsTrue(
|
|
32
|
-
|
|
33
|
-
|
|
31
|
+
function WaitUntilCallbackReturnsTrue(page_1, isPageLoaded_1) {
|
|
32
|
+
return __awaiter(this, arguments, void 0, function* (page, isPageLoaded, options = {}) {
|
|
33
|
+
var _a;
|
|
34
34
|
if (options.showProgress) {
|
|
35
35
|
core_1.info.overwrite('waiting for page load...');
|
|
36
36
|
}
|
|
@@ -73,9 +73,9 @@ function WaitUntilCallbackReturnsTrue(page, isPageLoaded, options = {}) {
|
|
|
73
73
|
}
|
|
74
74
|
});
|
|
75
75
|
}
|
|
76
|
-
function waitUntilLoaded(
|
|
77
|
-
|
|
78
|
-
|
|
76
|
+
function waitUntilLoaded(page_1) {
|
|
77
|
+
return __awaiter(this, arguments, void 0, function* (page, options = {}) {
|
|
78
|
+
var _a;
|
|
79
79
|
// manual delay supercedes page load checker
|
|
80
80
|
let delay = (_a = options.delay) !== null && _a !== void 0 ? _a : 0;
|
|
81
81
|
if (delay > 0) {
|
|
@@ -115,8 +115,8 @@ function getWaitTimeout(optional) {
|
|
|
115
115
|
}
|
|
116
116
|
return core_1.config.presenceCheckTimeout || 60000;
|
|
117
117
|
}
|
|
118
|
-
function waitForSelector(
|
|
119
|
-
return __awaiter(this,
|
|
118
|
+
function waitForSelector(page_1, selector_1) {
|
|
119
|
+
return __awaiter(this, arguments, void 0, function* (page, selector, whatToWaitForSelectorToDo = 'exist', optional = false) {
|
|
120
120
|
const timeout = getWaitTimeout(optional);
|
|
121
121
|
let waitConfig = null;
|
|
122
122
|
switch (whatToWaitForSelectorToDo) {
|
|
@@ -157,8 +157,8 @@ function waitForSelector(page, selector, whatToWaitForSelectorToDo = 'exist', op
|
|
|
157
157
|
}
|
|
158
158
|
});
|
|
159
159
|
}
|
|
160
|
-
function keepTryingUntil(
|
|
161
|
-
return __awaiter(this,
|
|
160
|
+
function keepTryingUntil(checkCallback_1) {
|
|
161
|
+
return __awaiter(this, arguments, void 0, function* (checkCallback, timeout = 2000) {
|
|
162
162
|
const startTimestamp = Date.now();
|
|
163
163
|
let currentTimestamp = Date.now();
|
|
164
164
|
while (currentTimestamp - startTimestamp < timeout) {
|
|
@@ -172,18 +172,18 @@ function keepTryingUntil(checkCallback, timeout = 2000) {
|
|
|
172
172
|
return false;
|
|
173
173
|
});
|
|
174
174
|
}
|
|
175
|
-
function checkIfPresent(
|
|
176
|
-
return __awaiter(this,
|
|
175
|
+
function checkIfPresent(page_1, selector_1) {
|
|
176
|
+
return __awaiter(this, arguments, void 0, function* (page, selector, optional = false) {
|
|
177
177
|
return waitForSelector(page, selector, 'exist', optional);
|
|
178
178
|
});
|
|
179
179
|
}
|
|
180
|
-
function checkIfVisible(
|
|
181
|
-
return __awaiter(this,
|
|
180
|
+
function checkIfVisible(page_1, selector_1) {
|
|
181
|
+
return __awaiter(this, arguments, void 0, function* (page, selector, optional = false) {
|
|
182
182
|
return waitForSelector(page, selector, 'appear', optional);
|
|
183
183
|
});
|
|
184
184
|
}
|
|
185
|
-
function waitForDisappearance(
|
|
186
|
-
return __awaiter(this,
|
|
185
|
+
function waitForDisappearance(page_1, selector_1) {
|
|
186
|
+
return __awaiter(this, arguments, void 0, function* (page, selector, optional = false) {
|
|
187
187
|
return waitForSelector(page, selector, 'disappear', optional);
|
|
188
188
|
});
|
|
189
189
|
}
|
|
@@ -194,8 +194,8 @@ function getElementsContainingText(page, text) {
|
|
|
194
194
|
});
|
|
195
195
|
}
|
|
196
196
|
function findBySelector(page, xpath) {
|
|
197
|
-
var _a;
|
|
198
197
|
return __awaiter(this, void 0, void 0, function* () {
|
|
198
|
+
var _a;
|
|
199
199
|
const _page = page;
|
|
200
200
|
if (typeof _page.$x === 'function') {
|
|
201
201
|
return ((_a = (yield _page.$x(xpath))) !== null && _a !== void 0 ? _a : []);
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
9
|
+
* @oncall memory_lab
|
|
10
10
|
*/
|
|
11
11
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12
12
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
9
|
+
* @oncall memory_lab
|
|
10
10
|
*/
|
|
11
11
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
12
12
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -30,8 +30,8 @@ class RevertOperation extends BaseOperation_1.default {
|
|
|
30
30
|
super();
|
|
31
31
|
this.kind = 'revert';
|
|
32
32
|
}
|
|
33
|
-
act(
|
|
34
|
-
return __awaiter(this,
|
|
33
|
+
act(page_1) {
|
|
34
|
+
return __awaiter(this, arguments, void 0, function* (page, opArgs = {}) {
|
|
35
35
|
let historyLen = opArgs.pageHistoryLength;
|
|
36
36
|
if (Array.isArray(historyLen) && historyLen.length > 1) {
|
|
37
37
|
historyLen = historyLen;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
9
|
+
* @oncall memory_lab
|
|
10
10
|
*/
|
|
11
11
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
12
12
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
9
|
+
* @oncall memory_lab
|
|
10
10
|
*/
|
|
11
11
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
12
12
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -36,8 +36,8 @@ class ScrollOperation extends BaseOperation_1.default {
|
|
|
36
36
|
this.scrollBack =
|
|
37
37
|
typeof opt.scrollBack === 'boolean' ? opt.scrollBack : true;
|
|
38
38
|
}
|
|
39
|
-
act(
|
|
40
|
-
return __awaiter(this,
|
|
39
|
+
act(page_1) {
|
|
40
|
+
return __awaiter(this, arguments, void 0, function* (page, opArgs = {}) {
|
|
41
41
|
if (core_1.config.disableScroll || !core_1.config.runningMode.shouldScroll()) {
|
|
42
42
|
return;
|
|
43
43
|
}
|
|
@@ -59,8 +59,8 @@ class ScrollOperation extends BaseOperation_1.default {
|
|
|
59
59
|
});
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
|
-
function scroll(
|
|
63
|
-
return __awaiter(this,
|
|
62
|
+
function scroll(page_1, dist_1) {
|
|
63
|
+
return __awaiter(this, arguments, void 0, function* (page, dist, idx = 0, opArgs) {
|
|
64
64
|
core_1.info.beginSection('scroll');
|
|
65
65
|
yield InteractionUtils_1.default.waitUntilLoaded(page, opArgs);
|
|
66
66
|
if (idx > 1) {
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
9
|
+
* @oncall memory_lab
|
|
10
10
|
*/
|
|
11
11
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12
12
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
|
6
6
|
*
|
|
7
7
|
* @format
|
|
8
|
-
* @oncall
|
|
8
|
+
* @oncall memory_lab
|
|
9
9
|
*/
|
|
10
10
|
import type { AnyOptions, Cookies, IE2EScenarioSynthesizer, IE2EScenarioVisitPlan, Nullable } from '@memlab/core';
|
|
11
11
|
import type { MemLabConfig } from '@memlab/core';
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
9
|
+
* @oncall memory_lab
|
|
10
10
|
*/
|
|
11
11
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
12
12
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
9
|
+
* @oncall memory_lab
|
|
10
10
|
*/
|
|
11
11
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
12
12
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
9
|
+
* @oncall memory_lab
|
|
10
10
|
*/
|
|
11
11
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
12
12
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
9
|
+
* @oncall memory_lab
|
|
10
10
|
*/
|
|
11
11
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
12
12
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
9
|
+
* @oncall memory_lab
|
|
10
10
|
*/
|
|
11
11
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
12
12
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"XVirtualFrameBuffer.d.ts","sourceRoot":"","sources":["../../../src/lib/operations/XVirtualFrameBuffer.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAGH,OAAO,KAAK,EAAC,QAAQ,EAAE,QAAQ,EAAC,MAAM,cAAc,CAAC;;sBAIjC,
|
|
1
|
+
{"version":3,"file":"XVirtualFrameBuffer.d.ts","sourceRoot":"","sources":["../../../src/lib/operations/XVirtualFrameBuffer.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAGH,OAAO,KAAK,EAAC,QAAQ,EAAE,QAAQ,EAAC,MAAM,cAAc,CAAC;;sBAIjC,QAAQ,CAAC,QAAQ,CAAC;;AADtC,wBA0BE"}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
9
|
+
* @oncall memory_lab
|
|
10
10
|
*/
|
|
11
11
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12
12
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
|
6
6
|
*
|
|
7
7
|
* @format
|
|
8
|
-
* @oncall
|
|
8
|
+
* @oncall memory_lab
|
|
9
9
|
*/
|
|
10
10
|
import type { AnyOptions, CheckPageLoadCallback, IE2EScenarioVisitPlan, IE2EStepBasic } from '@memlab/core';
|
|
11
11
|
import BaseSynthesizer from '../BaseSynthesizer';
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
9
|
+
* @oncall memory_lab
|
|
10
10
|
*/
|
|
11
11
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
12
12
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
|
6
6
|
*
|
|
7
7
|
* @format
|
|
8
|
-
* @oncall
|
|
8
|
+
* @oncall memory_lab
|
|
9
9
|
*/
|
|
10
10
|
import type { AnyOptions, CheckPageLoadCallback, IE2EScenarioVisitPlan, IE2EStepBasic } from '@memlab/core';
|
|
11
11
|
import BaseSynthesizer from '../BaseSynthesizer';
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
9
|
+
* @oncall memory_lab
|
|
10
10
|
*/
|
|
11
11
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
12
12
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
9
|
+
* @oncall memory_lab
|
|
10
10
|
*/
|
|
11
11
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
12
12
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
9
|
+
* @oncall memory_lab
|
|
10
10
|
*/
|
|
11
11
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
12
12
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
9
|
+
* @oncall memory_lab
|
|
10
10
|
*/
|
|
11
11
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
12
12
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*
|
|
8
8
|
* @format
|
|
9
|
-
* @oncall
|
|
9
|
+
* @oncall memory_lab
|
|
10
10
|
*/
|
|
11
11
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
12
12
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|