@vonage/vivid-test-utils 5.8.0 → 5.9.0
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/components.generated-BM4vEWGz.cjs +1 -0
- package/dist/{components.generated-Cpnh2Wie.js → components.generated-DaiiXLEV.js} +708 -502
- package/dist/components.generated.d.ts +206 -1
- package/dist/cypress.cjs +1 -1
- package/dist/cypress.js +1 -1
- package/dist/dom.cjs +1 -1
- package/dist/dom.js +1 -1
- package/dist/playwright.cjs +1 -1
- package/dist/playwright.js +1 -1
- package/package.json +3 -3
- package/dist/components.generated-BujKep52.cjs +0 -1
|
@@ -21,7 +21,7 @@ class n {
|
|
|
21
21
|
class a {
|
|
22
22
|
constructor(r) {
|
|
23
23
|
this.ctx = r, this.all = this.ctx.driver.wrapSelector(
|
|
24
|
-
() => new
|
|
24
|
+
() => new Ie(
|
|
25
25
|
this.ctx,
|
|
26
26
|
this,
|
|
27
27
|
this.ctx.driver.querySelectorAll(
|
|
@@ -32,14 +32,14 @@ class a {
|
|
|
32
32
|
);
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
|
-
class
|
|
35
|
+
class Ie {
|
|
36
36
|
constructor(r, s, e) {
|
|
37
37
|
this.ctx = r, this.component = s, this.locator = e, this.type = "collection", this.nth = this.ctx.driver.wrapSelector(
|
|
38
38
|
(i) => this.component.wrap(this.ctx.driver.nth(this.locator, i))
|
|
39
39
|
);
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
|
-
class
|
|
42
|
+
class ge {
|
|
43
43
|
constructor(r, s) {
|
|
44
44
|
this.ctx = r, this.locator = s, this.toHaveCount = this.ctx.driver.wrapExpect(
|
|
45
45
|
(e) => this.ctx.driver.expectEq(
|
|
@@ -54,8 +54,8 @@ class ue {
|
|
|
54
54
|
);
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
|
-
const
|
|
58
|
-
([s, e]) => `[data-vvd-component="${t}"][${s}="${
|
|
57
|
+
const Ae = (t) => t.replace(/\\/g, "\\\\").replace(/"/g, '\\"').replace(/'/g, "\\'"), A = (t, r) => r.map(
|
|
58
|
+
([s, e]) => `[data-vvd-component="${t}"][${s}="${Ae(
|
|
59
59
|
e
|
|
60
60
|
)}"]`
|
|
61
61
|
).join(",");
|
|
@@ -83,7 +83,7 @@ function x(t) {
|
|
|
83
83
|
)
|
|
84
84
|
);
|
|
85
85
|
}
|
|
86
|
-
function
|
|
86
|
+
function He(t) {
|
|
87
87
|
return this.wrap(
|
|
88
88
|
this.ctx.driver.querySelector(
|
|
89
89
|
this.ctx.rootLocator,
|
|
@@ -91,7 +91,7 @@ function be(t) {
|
|
|
91
91
|
)
|
|
92
92
|
);
|
|
93
93
|
}
|
|
94
|
-
function
|
|
94
|
+
function k(t) {
|
|
95
95
|
return this.wrap(
|
|
96
96
|
this.ctx.driver.querySelector(
|
|
97
97
|
this.ctx.rootLocator,
|
|
@@ -134,13 +134,13 @@ function u(t) {
|
|
|
134
134
|
function z(t) {
|
|
135
135
|
return t.valueAsNumber;
|
|
136
136
|
}
|
|
137
|
-
function
|
|
137
|
+
function Pe(t) {
|
|
138
138
|
return t.values;
|
|
139
139
|
}
|
|
140
|
-
function
|
|
140
|
+
function $e(t) {
|
|
141
141
|
return t.selectedOptions.map((r) => r.label);
|
|
142
142
|
}
|
|
143
|
-
function
|
|
143
|
+
function G(t) {
|
|
144
144
|
return t.expanded;
|
|
145
145
|
}
|
|
146
146
|
function L(t) {
|
|
@@ -152,22 +152,22 @@ function H(t) {
|
|
|
152
152
|
function O(t) {
|
|
153
153
|
return t.selected;
|
|
154
154
|
}
|
|
155
|
-
function
|
|
155
|
+
function C(t) {
|
|
156
156
|
return t.disabled;
|
|
157
157
|
}
|
|
158
|
-
function
|
|
158
|
+
function Se(t) {
|
|
159
159
|
return [t.start, t.end];
|
|
160
160
|
}
|
|
161
|
-
function
|
|
161
|
+
function Ce(t) {
|
|
162
162
|
return [t.startAsNumber, t.endAsNumber];
|
|
163
163
|
}
|
|
164
|
-
function
|
|
164
|
+
function qe(t) {
|
|
165
165
|
return t.name;
|
|
166
166
|
}
|
|
167
|
-
function
|
|
167
|
+
function Te(t) {
|
|
168
168
|
return t.total;
|
|
169
169
|
}
|
|
170
|
-
function
|
|
170
|
+
function ke(t) {
|
|
171
171
|
return t.selectedIndex + 1 || null;
|
|
172
172
|
}
|
|
173
173
|
function w(t) {
|
|
@@ -188,7 +188,7 @@ function b(t) {
|
|
|
188
188
|
function V(t, r) {
|
|
189
189
|
return this.ctx.driver.userFill(t(), r);
|
|
190
190
|
}
|
|
191
|
-
function
|
|
191
|
+
function Be(t) {
|
|
192
192
|
return f([
|
|
193
193
|
() => this.ctx.driver.userFill(this.control(), t),
|
|
194
194
|
() => this.ctx.driver.userBlur(this.control())
|
|
@@ -198,7 +198,7 @@ function He(t) {
|
|
|
198
198
|
function W(t) {
|
|
199
199
|
return this.ctx.driver.userClear(t());
|
|
200
200
|
}
|
|
201
|
-
function
|
|
201
|
+
function Ve() {
|
|
202
202
|
return f([
|
|
203
203
|
// Wait before clearing to ensure any previous operations have fully settled.
|
|
204
204
|
// This prevents a sporadic issue in Playwright Safari where the combobox will not clear
|
|
@@ -253,7 +253,7 @@ function l(t) {
|
|
|
253
253
|
function D(t) {
|
|
254
254
|
return Q.call(this, A("option", [["value", t]]));
|
|
255
255
|
}
|
|
256
|
-
function
|
|
256
|
+
function R(t) {
|
|
257
257
|
return Q.call(this, A("option", [["text", t]]));
|
|
258
258
|
}
|
|
259
259
|
function Q(t) {
|
|
@@ -304,14 +304,14 @@ function Q(t) {
|
|
|
304
304
|
])
|
|
305
305
|
);
|
|
306
306
|
}
|
|
307
|
-
function
|
|
307
|
+
function q(t) {
|
|
308
308
|
return t().click();
|
|
309
309
|
}
|
|
310
310
|
const P = (t) => {
|
|
311
311
|
const [r, s, e] = t.split("-");
|
|
312
312
|
return `${s}/${e}/${r}`;
|
|
313
313
|
};
|
|
314
|
-
function
|
|
314
|
+
function We(t) {
|
|
315
315
|
return f([
|
|
316
316
|
() => this.control().fill(P(t)),
|
|
317
317
|
() => this.control().blur()
|
|
@@ -327,33 +327,33 @@ const X = (t) => {
|
|
|
327
327
|
const [r, s, e] = t.split(":"), i = +r % 12 || 12, c = +r < 12 ? "AM" : "PM";
|
|
328
328
|
return `${i}:${s}:${e} ${c}`;
|
|
329
329
|
};
|
|
330
|
-
function
|
|
330
|
+
function De(t) {
|
|
331
331
|
return f([
|
|
332
332
|
() => this.control().fill(X(t)),
|
|
333
333
|
() => this.control().blur()
|
|
334
334
|
]);
|
|
335
335
|
}
|
|
336
|
-
const
|
|
337
|
-
function
|
|
336
|
+
const Re = ([t, r]) => `${P(t)} – ${P(r)}`;
|
|
337
|
+
function Ge(t) {
|
|
338
338
|
return f([
|
|
339
|
-
() => this.control().fill(
|
|
339
|
+
() => this.control().fill(Re(t)),
|
|
340
340
|
() => this.control().blur()
|
|
341
341
|
]);
|
|
342
342
|
}
|
|
343
|
-
const
|
|
343
|
+
const Le = (t) => {
|
|
344
344
|
const [r, s] = t.split("T");
|
|
345
345
|
return `${P(r)} ${X(s)}`;
|
|
346
346
|
};
|
|
347
|
-
function
|
|
347
|
+
function Oe(t) {
|
|
348
348
|
return f([
|
|
349
|
-
() => this.control().fill(
|
|
349
|
+
() => this.control().fill(Le(t)),
|
|
350
350
|
() => this.control().blur()
|
|
351
351
|
]);
|
|
352
352
|
}
|
|
353
|
-
function
|
|
353
|
+
function T(t, r, s) {
|
|
354
354
|
return this.ctx.driver.userDragSlider(this.locator, t(), r(), s);
|
|
355
355
|
}
|
|
356
|
-
function
|
|
356
|
+
function Fe(t) {
|
|
357
357
|
return this.ctx.driver.userClick(
|
|
358
358
|
this.ctx.driver.querySelector(
|
|
359
359
|
this.ctx.driver.enterShadow(this.locator),
|
|
@@ -401,7 +401,7 @@ function M(t) {
|
|
|
401
401
|
)
|
|
402
402
|
]);
|
|
403
403
|
}
|
|
404
|
-
function
|
|
404
|
+
function Ue(t) {
|
|
405
405
|
return this.ctx.driver.querySelector(this.unwrap(), t);
|
|
406
406
|
}
|
|
407
407
|
function v(t) {
|
|
@@ -410,7 +410,7 @@ function v(t) {
|
|
|
410
410
|
t
|
|
411
411
|
);
|
|
412
412
|
}
|
|
413
|
-
function
|
|
413
|
+
function Me(t, r) {
|
|
414
414
|
return this.ctx.driver.querySelector(
|
|
415
415
|
this.ctx.driver.enterShadow(
|
|
416
416
|
this.ctx.driver.querySelector(
|
|
@@ -430,8 +430,8 @@ function y(t) {
|
|
|
430
430
|
)
|
|
431
431
|
);
|
|
432
432
|
}
|
|
433
|
-
function
|
|
434
|
-
return new
|
|
433
|
+
function S(t) {
|
|
434
|
+
return new ue(
|
|
435
435
|
this.ctx,
|
|
436
436
|
this.ctx.driver.querySelector(
|
|
437
437
|
this.ctx.driver.enterShadow(this.unwrap()),
|
|
@@ -442,20 +442,20 @@ function q(t) {
|
|
|
442
442
|
const Y = {
|
|
443
443
|
name: "accordion"
|
|
444
444
|
};
|
|
445
|
-
class
|
|
445
|
+
class je extends n {
|
|
446
446
|
constructor() {
|
|
447
447
|
super(...arguments), this.type = "accordion", this.componentInfo = Y, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
448
448
|
}
|
|
449
449
|
}
|
|
450
|
-
class
|
|
450
|
+
class _e extends a {
|
|
451
451
|
constructor() {
|
|
452
452
|
super(...arguments), this.componentInfo = Y, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
453
453
|
}
|
|
454
454
|
wrap(r) {
|
|
455
|
-
return new
|
|
455
|
+
return new je(this.ctx, r);
|
|
456
456
|
}
|
|
457
457
|
}
|
|
458
|
-
class
|
|
458
|
+
class ze {
|
|
459
459
|
constructor(r, s) {
|
|
460
460
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
461
461
|
{
|
|
@@ -472,20 +472,20 @@ class Re {
|
|
|
472
472
|
const Z = {
|
|
473
473
|
name: "accordion-item"
|
|
474
474
|
};
|
|
475
|
-
class
|
|
475
|
+
class Je extends n {
|
|
476
476
|
constructor() {
|
|
477
477
|
super(...arguments), this.type = "accordionItem", this.componentInfo = Z, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.expand = this.ctx.driver.wrapAction(F.bind(this, !0)), this.collapse = this.ctx.driver.wrapAction(F.bind(this, !1)), this.button = v.bind(this, ".heading-button");
|
|
478
478
|
}
|
|
479
479
|
}
|
|
480
|
-
class
|
|
480
|
+
class Ke extends a {
|
|
481
481
|
constructor() {
|
|
482
|
-
super(...arguments), this.componentInfo = Z, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byHeading = this.ctx.driver.wrapSelector(
|
|
482
|
+
super(...arguments), this.componentInfo = Z, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byHeading = this.ctx.driver.wrapSelector(He.bind(this));
|
|
483
483
|
}
|
|
484
484
|
wrap(r) {
|
|
485
|
-
return new
|
|
485
|
+
return new Je(this.ctx, r);
|
|
486
486
|
}
|
|
487
487
|
}
|
|
488
|
-
class
|
|
488
|
+
class Qe {
|
|
489
489
|
constructor(r, s) {
|
|
490
490
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
491
491
|
{
|
|
@@ -508,7 +508,7 @@ class Fe {
|
|
|
508
508
|
{
|
|
509
509
|
type: "eval",
|
|
510
510
|
el: this.wrapper.unwrap(),
|
|
511
|
-
fn:
|
|
511
|
+
fn: G
|
|
512
512
|
},
|
|
513
513
|
!0,
|
|
514
514
|
"toBeExpanded()"
|
|
@@ -516,7 +516,7 @@ class Fe {
|
|
|
516
516
|
{
|
|
517
517
|
type: "eval",
|
|
518
518
|
el: this.wrapper.unwrap(),
|
|
519
|
-
fn:
|
|
519
|
+
fn: G
|
|
520
520
|
},
|
|
521
521
|
!1,
|
|
522
522
|
"toBeCollapsed()"
|
|
@@ -526,20 +526,20 @@ class Fe {
|
|
|
526
526
|
const N = {
|
|
527
527
|
name: "action-group"
|
|
528
528
|
};
|
|
529
|
-
class
|
|
529
|
+
class Xe extends n {
|
|
530
530
|
constructor() {
|
|
531
531
|
super(...arguments), this.type = "actionGroup", this.componentInfo = N, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
532
532
|
}
|
|
533
533
|
}
|
|
534
|
-
class
|
|
534
|
+
class Ye extends a {
|
|
535
535
|
constructor() {
|
|
536
536
|
super(...arguments), this.componentInfo = N, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
537
537
|
}
|
|
538
538
|
wrap(r) {
|
|
539
|
-
return new
|
|
539
|
+
return new Xe(this.ctx, r);
|
|
540
540
|
}
|
|
541
541
|
}
|
|
542
|
-
class
|
|
542
|
+
class Ze {
|
|
543
543
|
constructor(r, s) {
|
|
544
544
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
545
545
|
{
|
|
@@ -556,20 +556,20 @@ class je {
|
|
|
556
556
|
const tt = {
|
|
557
557
|
name: "alert"
|
|
558
558
|
};
|
|
559
|
-
class
|
|
559
|
+
class Ne extends n {
|
|
560
560
|
constructor() {
|
|
561
561
|
super(...arguments), this.type = "alert", this.componentInfo = tt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
562
562
|
}
|
|
563
563
|
}
|
|
564
|
-
class
|
|
564
|
+
class tr extends a {
|
|
565
565
|
constructor() {
|
|
566
|
-
super(...arguments), this.componentInfo = tt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byHeadline = this.ctx.driver.wrapSelector(
|
|
566
|
+
super(...arguments), this.componentInfo = tt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byHeadline = this.ctx.driver.wrapSelector(k.bind(this));
|
|
567
567
|
}
|
|
568
568
|
wrap(r) {
|
|
569
|
-
return new
|
|
569
|
+
return new Ne(this.ctx, r);
|
|
570
570
|
}
|
|
571
571
|
}
|
|
572
|
-
class
|
|
572
|
+
class er {
|
|
573
573
|
constructor(r, s) {
|
|
574
574
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
575
575
|
{
|
|
@@ -610,20 +610,20 @@ class Je {
|
|
|
610
610
|
const et = {
|
|
611
611
|
name: "audio-player"
|
|
612
612
|
};
|
|
613
|
-
class
|
|
613
|
+
class rr extends n {
|
|
614
614
|
constructor() {
|
|
615
615
|
super(...arguments), this.type = "audioPlayer", this.componentInfo = et, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
616
616
|
}
|
|
617
617
|
}
|
|
618
|
-
class
|
|
618
|
+
class ir extends a {
|
|
619
619
|
constructor() {
|
|
620
620
|
super(...arguments), this.componentInfo = et, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
621
621
|
}
|
|
622
622
|
wrap(r) {
|
|
623
|
-
return new
|
|
623
|
+
return new rr(this.ctx, r);
|
|
624
624
|
}
|
|
625
625
|
}
|
|
626
|
-
class
|
|
626
|
+
class sr {
|
|
627
627
|
constructor(r, s) {
|
|
628
628
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
629
629
|
{
|
|
@@ -640,20 +640,20 @@ class Xe {
|
|
|
640
640
|
const rt = {
|
|
641
641
|
name: "avatar"
|
|
642
642
|
};
|
|
643
|
-
class
|
|
643
|
+
class cr extends n {
|
|
644
644
|
constructor() {
|
|
645
645
|
super(...arguments), this.type = "avatar", this.componentInfo = rt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
646
646
|
}
|
|
647
647
|
}
|
|
648
|
-
class
|
|
648
|
+
class or extends a {
|
|
649
649
|
constructor() {
|
|
650
650
|
super(...arguments), this.componentInfo = rt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
651
651
|
}
|
|
652
652
|
wrap(r) {
|
|
653
|
-
return new
|
|
653
|
+
return new cr(this.ctx, r);
|
|
654
654
|
}
|
|
655
655
|
}
|
|
656
|
-
class
|
|
656
|
+
class nr {
|
|
657
657
|
constructor(r, s) {
|
|
658
658
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
659
659
|
{
|
|
@@ -670,20 +670,20 @@ class Ne {
|
|
|
670
670
|
const it = {
|
|
671
671
|
name: "badge"
|
|
672
672
|
};
|
|
673
|
-
class
|
|
673
|
+
class ar extends n {
|
|
674
674
|
constructor() {
|
|
675
675
|
super(...arguments), this.type = "badge", this.componentInfo = it, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
676
676
|
}
|
|
677
677
|
}
|
|
678
|
-
class
|
|
678
|
+
class hr extends a {
|
|
679
679
|
constructor() {
|
|
680
680
|
super(...arguments), this.componentInfo = it, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
681
681
|
}
|
|
682
682
|
wrap(r) {
|
|
683
|
-
return new
|
|
683
|
+
return new ar(this.ctx, r);
|
|
684
684
|
}
|
|
685
685
|
}
|
|
686
|
-
class
|
|
686
|
+
class pr {
|
|
687
687
|
constructor(r, s) {
|
|
688
688
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
689
689
|
{
|
|
@@ -708,20 +708,20 @@ class rr {
|
|
|
708
708
|
const st = {
|
|
709
709
|
name: "banner"
|
|
710
710
|
};
|
|
711
|
-
class
|
|
711
|
+
class dr extends n {
|
|
712
712
|
constructor() {
|
|
713
|
-
super(...arguments), this.type = "banner", this.componentInfo = st, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.dismiss = this.ctx.driver.wrapAction(
|
|
713
|
+
super(...arguments), this.type = "banner", this.componentInfo = st, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.dismiss = this.ctx.driver.wrapAction(q.bind(this, () => this.dismissButton())), this.dismissButton = y.bind(this, ".dismiss-button");
|
|
714
714
|
}
|
|
715
715
|
}
|
|
716
|
-
class
|
|
716
|
+
class lr extends a {
|
|
717
717
|
constructor() {
|
|
718
718
|
super(...arguments), this.componentInfo = st, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byText = this.ctx.driver.wrapSelector(B.bind(this));
|
|
719
719
|
}
|
|
720
720
|
wrap(r) {
|
|
721
|
-
return new
|
|
721
|
+
return new dr(this.ctx, r);
|
|
722
722
|
}
|
|
723
723
|
}
|
|
724
|
-
class
|
|
724
|
+
class xr {
|
|
725
725
|
constructor(r, s) {
|
|
726
726
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
727
727
|
{
|
|
@@ -746,20 +746,20 @@ class cr {
|
|
|
746
746
|
const ct = {
|
|
747
747
|
name: "breadcrumb"
|
|
748
748
|
};
|
|
749
|
-
class
|
|
749
|
+
class vr extends n {
|
|
750
750
|
constructor() {
|
|
751
751
|
super(...arguments), this.type = "breadcrumb", this.componentInfo = ct, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
752
752
|
}
|
|
753
753
|
}
|
|
754
|
-
class
|
|
754
|
+
class ur extends a {
|
|
755
755
|
constructor() {
|
|
756
756
|
super(...arguments), this.componentInfo = ct, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
757
757
|
}
|
|
758
758
|
wrap(r) {
|
|
759
|
-
return new
|
|
759
|
+
return new vr(this.ctx, r);
|
|
760
760
|
}
|
|
761
761
|
}
|
|
762
|
-
class
|
|
762
|
+
class wr {
|
|
763
763
|
constructor(r, s) {
|
|
764
764
|
this.ctx = r, this.wrapper = s, this.toHaveProp = (e, i) => {
|
|
765
765
|
throw new Error("Component does not have props.");
|
|
@@ -769,20 +769,20 @@ class ar {
|
|
|
769
769
|
const ot = {
|
|
770
770
|
name: "breadcrumb-item"
|
|
771
771
|
};
|
|
772
|
-
class
|
|
772
|
+
class br extends n {
|
|
773
773
|
constructor() {
|
|
774
774
|
super(...arguments), this.type = "breadcrumbItem", this.componentInfo = ot, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
775
775
|
}
|
|
776
776
|
}
|
|
777
|
-
class
|
|
777
|
+
class mr extends a {
|
|
778
778
|
constructor() {
|
|
779
779
|
super(...arguments), this.componentInfo = ot, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
780
780
|
}
|
|
781
781
|
wrap(r) {
|
|
782
|
-
return new
|
|
782
|
+
return new br(this.ctx, r);
|
|
783
783
|
}
|
|
784
784
|
}
|
|
785
|
-
class
|
|
785
|
+
class fr {
|
|
786
786
|
constructor(r, s) {
|
|
787
787
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
788
788
|
{
|
|
@@ -804,7 +804,7 @@ class at extends n {
|
|
|
804
804
|
super(...arguments), this.type = "button", this.componentInfo = nt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.click = this.ctx.driver.wrapAction(b.bind(this, () => this.control())), this.control = v.bind(this, "button.control");
|
|
805
805
|
}
|
|
806
806
|
}
|
|
807
|
-
class
|
|
807
|
+
class Er extends a {
|
|
808
808
|
constructor() {
|
|
809
809
|
super(...arguments), this.componentInfo = nt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
|
|
810
810
|
}
|
|
@@ -812,7 +812,7 @@ class lr extends a {
|
|
|
812
812
|
return new at(this.ctx, r);
|
|
813
813
|
}
|
|
814
814
|
}
|
|
815
|
-
class
|
|
815
|
+
class yr {
|
|
816
816
|
constructor(r, s) {
|
|
817
817
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
818
818
|
{
|
|
@@ -845,20 +845,20 @@ class xr {
|
|
|
845
845
|
const ht = {
|
|
846
846
|
name: "calendar"
|
|
847
847
|
};
|
|
848
|
-
class
|
|
848
|
+
class Ir extends n {
|
|
849
849
|
constructor() {
|
|
850
850
|
super(...arguments), this.type = "calendar", this.componentInfo = ht, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
851
851
|
}
|
|
852
852
|
}
|
|
853
|
-
class
|
|
853
|
+
class gr extends a {
|
|
854
854
|
constructor() {
|
|
855
855
|
super(...arguments), this.componentInfo = ht, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
856
856
|
}
|
|
857
857
|
wrap(r) {
|
|
858
|
-
return new
|
|
858
|
+
return new Ir(this.ctx, r);
|
|
859
859
|
}
|
|
860
860
|
}
|
|
861
|
-
class
|
|
861
|
+
class Ar {
|
|
862
862
|
constructor(r, s) {
|
|
863
863
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
864
864
|
{
|
|
@@ -875,20 +875,20 @@ class wr {
|
|
|
875
875
|
const pt = {
|
|
876
876
|
name: "calendar-event"
|
|
877
877
|
};
|
|
878
|
-
class
|
|
878
|
+
class Hr extends n {
|
|
879
879
|
constructor() {
|
|
880
880
|
super(...arguments), this.type = "calendarEvent", this.componentInfo = pt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
881
881
|
}
|
|
882
882
|
}
|
|
883
|
-
class
|
|
883
|
+
class Pr extends a {
|
|
884
884
|
constructor() {
|
|
885
885
|
super(...arguments), this.componentInfo = pt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
886
886
|
}
|
|
887
887
|
wrap(r) {
|
|
888
|
-
return new
|
|
888
|
+
return new Hr(this.ctx, r);
|
|
889
889
|
}
|
|
890
890
|
}
|
|
891
|
-
class
|
|
891
|
+
class $r {
|
|
892
892
|
constructor(r, s) {
|
|
893
893
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
894
894
|
{
|
|
@@ -905,20 +905,20 @@ class fr {
|
|
|
905
905
|
const dt = {
|
|
906
906
|
name: "card"
|
|
907
907
|
};
|
|
908
|
-
class
|
|
908
|
+
class Sr extends n {
|
|
909
909
|
constructor() {
|
|
910
910
|
super(...arguments), this.type = "card", this.componentInfo = dt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
911
911
|
}
|
|
912
912
|
}
|
|
913
|
-
class
|
|
913
|
+
class Cr extends a {
|
|
914
914
|
constructor() {
|
|
915
915
|
super(...arguments), this.componentInfo = dt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
916
916
|
}
|
|
917
917
|
wrap(r) {
|
|
918
|
-
return new
|
|
918
|
+
return new Sr(this.ctx, r);
|
|
919
919
|
}
|
|
920
920
|
}
|
|
921
|
-
class
|
|
921
|
+
class qr {
|
|
922
922
|
constructor(r, s) {
|
|
923
923
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
924
924
|
{
|
|
@@ -943,20 +943,20 @@ class Ir {
|
|
|
943
943
|
const lt = {
|
|
944
944
|
name: "checkbox"
|
|
945
945
|
};
|
|
946
|
-
class
|
|
946
|
+
class Tr extends n {
|
|
947
947
|
constructor() {
|
|
948
948
|
super(...arguments), this.type = "checkbox", this.componentInfo = lt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.check = this.ctx.driver.wrapAction(J.bind(this, () => this.control())), this.uncheck = this.ctx.driver.wrapAction(K.bind(this, () => this.control())), this.control = v.bind(this, "div.control");
|
|
949
949
|
}
|
|
950
950
|
}
|
|
951
|
-
class
|
|
951
|
+
class kr extends a {
|
|
952
952
|
constructor() {
|
|
953
953
|
super(...arguments), this.componentInfo = lt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
|
|
954
954
|
}
|
|
955
955
|
wrap(r) {
|
|
956
|
-
return new
|
|
956
|
+
return new Tr(this.ctx, r);
|
|
957
957
|
}
|
|
958
958
|
}
|
|
959
|
-
class
|
|
959
|
+
class Br {
|
|
960
960
|
constructor(r, s) {
|
|
961
961
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
962
962
|
{
|
|
@@ -1013,20 +1013,20 @@ class Hr {
|
|
|
1013
1013
|
const xt = {
|
|
1014
1014
|
name: "color-picker"
|
|
1015
1015
|
};
|
|
1016
|
-
class
|
|
1016
|
+
class Vr extends n {
|
|
1017
1017
|
constructor() {
|
|
1018
1018
|
super(...arguments), this.type = "colorPicker", this.componentInfo = xt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
1019
1019
|
}
|
|
1020
1020
|
}
|
|
1021
|
-
class
|
|
1021
|
+
class Wr extends a {
|
|
1022
1022
|
constructor() {
|
|
1023
1023
|
super(...arguments), this.componentInfo = xt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
|
|
1024
1024
|
}
|
|
1025
1025
|
wrap(r) {
|
|
1026
|
-
return new
|
|
1026
|
+
return new Vr(this.ctx, r);
|
|
1027
1027
|
}
|
|
1028
1028
|
}
|
|
1029
|
-
class
|
|
1029
|
+
class Dr {
|
|
1030
1030
|
constructor(r, s) {
|
|
1031
1031
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
1032
1032
|
{
|
|
@@ -1059,20 +1059,20 @@ class qr {
|
|
|
1059
1059
|
const vt = {
|
|
1060
1060
|
name: "combobox"
|
|
1061
1061
|
};
|
|
1062
|
-
class
|
|
1062
|
+
class Rr extends n {
|
|
1063
1063
|
constructor() {
|
|
1064
|
-
super(...arguments), this.type = "combobox", this.componentInfo = vt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.fill = this.ctx.driver.wrapAction(
|
|
1064
|
+
super(...arguments), this.type = "combobox", this.componentInfo = vt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.fill = this.ctx.driver.wrapAction(Be.bind(this)), this.clear = this.ctx.driver.wrapAction(Ve.bind(this)), this.selectOptionByText = this.ctx.driver.wrapAction(R.bind(this)), this.selectOptionByValue = this.ctx.driver.wrapAction(D.bind(this)), this.control = v.bind(this, "input.control");
|
|
1065
1065
|
}
|
|
1066
1066
|
}
|
|
1067
|
-
class
|
|
1067
|
+
class Gr extends a {
|
|
1068
1068
|
constructor() {
|
|
1069
1069
|
super(...arguments), this.componentInfo = vt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
|
|
1070
1070
|
}
|
|
1071
1071
|
wrap(r) {
|
|
1072
|
-
return new
|
|
1072
|
+
return new Rr(this.ctx, r);
|
|
1073
1073
|
}
|
|
1074
1074
|
}
|
|
1075
|
-
class
|
|
1075
|
+
class Lr {
|
|
1076
1076
|
constructor(r, s) {
|
|
1077
1077
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
1078
1078
|
{
|
|
@@ -1113,20 +1113,20 @@ class kr {
|
|
|
1113
1113
|
const ut = {
|
|
1114
1114
|
name: "contextual-help"
|
|
1115
1115
|
};
|
|
1116
|
-
class
|
|
1116
|
+
class Or extends n {
|
|
1117
1117
|
constructor() {
|
|
1118
1118
|
super(...arguments), this.type = "contextualHelp", this.componentInfo = ut, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
1119
1119
|
}
|
|
1120
1120
|
}
|
|
1121
|
-
class
|
|
1121
|
+
class Fr extends a {
|
|
1122
1122
|
constructor() {
|
|
1123
1123
|
super(...arguments), this.componentInfo = ut, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
1124
1124
|
}
|
|
1125
1125
|
wrap(r) {
|
|
1126
|
-
return new
|
|
1126
|
+
return new Or(this.ctx, r);
|
|
1127
1127
|
}
|
|
1128
1128
|
}
|
|
1129
|
-
class
|
|
1129
|
+
class Ur {
|
|
1130
1130
|
constructor(r, s) {
|
|
1131
1131
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
1132
1132
|
{
|
|
@@ -1143,20 +1143,20 @@ class Vr {
|
|
|
1143
1143
|
const wt = {
|
|
1144
1144
|
name: "data-grid"
|
|
1145
1145
|
};
|
|
1146
|
-
class
|
|
1146
|
+
class Mr extends n {
|
|
1147
1147
|
constructor() {
|
|
1148
1148
|
super(...arguments), this.type = "dataGrid", this.componentInfo = wt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
1149
1149
|
}
|
|
1150
1150
|
}
|
|
1151
|
-
class
|
|
1151
|
+
class jr extends a {
|
|
1152
1152
|
constructor() {
|
|
1153
1153
|
super(...arguments), this.componentInfo = wt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
1154
1154
|
}
|
|
1155
1155
|
wrap(r) {
|
|
1156
|
-
return new
|
|
1156
|
+
return new Mr(this.ctx, r);
|
|
1157
1157
|
}
|
|
1158
1158
|
}
|
|
1159
|
-
class
|
|
1159
|
+
class _r {
|
|
1160
1160
|
constructor(r, s) {
|
|
1161
1161
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
1162
1162
|
{
|
|
@@ -1173,20 +1173,20 @@ class Gr {
|
|
|
1173
1173
|
const bt = {
|
|
1174
1174
|
name: "data-grid-cell"
|
|
1175
1175
|
};
|
|
1176
|
-
class
|
|
1176
|
+
class zr extends n {
|
|
1177
1177
|
constructor() {
|
|
1178
1178
|
super(...arguments), this.type = "dataGridCell", this.componentInfo = bt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
1179
1179
|
}
|
|
1180
1180
|
}
|
|
1181
|
-
class
|
|
1181
|
+
class Jr extends a {
|
|
1182
1182
|
constructor() {
|
|
1183
1183
|
super(...arguments), this.componentInfo = bt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
1184
1184
|
}
|
|
1185
1185
|
wrap(r) {
|
|
1186
|
-
return new
|
|
1186
|
+
return new zr(this.ctx, r);
|
|
1187
1187
|
}
|
|
1188
1188
|
}
|
|
1189
|
-
class
|
|
1189
|
+
class Kr {
|
|
1190
1190
|
constructor(r, s) {
|
|
1191
1191
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
1192
1192
|
{
|
|
@@ -1203,20 +1203,20 @@ class Or {
|
|
|
1203
1203
|
const mt = {
|
|
1204
1204
|
name: "data-grid-row"
|
|
1205
1205
|
};
|
|
1206
|
-
class
|
|
1206
|
+
class Qr extends n {
|
|
1207
1207
|
constructor() {
|
|
1208
1208
|
super(...arguments), this.type = "dataGridRow", this.componentInfo = mt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
1209
1209
|
}
|
|
1210
1210
|
}
|
|
1211
|
-
class
|
|
1211
|
+
class Xr extends a {
|
|
1212
1212
|
constructor() {
|
|
1213
1213
|
super(...arguments), this.componentInfo = mt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
1214
1214
|
}
|
|
1215
1215
|
wrap(r) {
|
|
1216
|
-
return new
|
|
1216
|
+
return new Qr(this.ctx, r);
|
|
1217
1217
|
}
|
|
1218
1218
|
}
|
|
1219
|
-
class
|
|
1219
|
+
class Yr {
|
|
1220
1220
|
constructor(r, s) {
|
|
1221
1221
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
1222
1222
|
{
|
|
@@ -1233,20 +1233,20 @@ class Mr {
|
|
|
1233
1233
|
const ft = {
|
|
1234
1234
|
name: "date-picker"
|
|
1235
1235
|
};
|
|
1236
|
-
class
|
|
1236
|
+
class Zr extends n {
|
|
1237
1237
|
constructor() {
|
|
1238
|
-
super(...arguments), this.type = "datePicker", this.componentInfo = ft, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.clear = this.ctx.driver.wrapAction($.bind(this)), this.selectDate = this.ctx.driver.wrapAction(
|
|
1238
|
+
super(...arguments), this.type = "datePicker", this.componentInfo = ft, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.clear = this.ctx.driver.wrapAction($.bind(this)), this.selectDate = this.ctx.driver.wrapAction(We.bind(this)), this.control = S.bind(this, "[data-vvd-component=text-field].control"), this.pickerButton = y.bind(this, "#picker-button"), this.clearButton = y.bind(this, "#clear-button");
|
|
1239
1239
|
}
|
|
1240
1240
|
}
|
|
1241
|
-
class
|
|
1241
|
+
class Nr extends a {
|
|
1242
1242
|
constructor() {
|
|
1243
1243
|
super(...arguments), this.componentInfo = ft, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
|
|
1244
1244
|
}
|
|
1245
1245
|
wrap(r) {
|
|
1246
|
-
return new
|
|
1246
|
+
return new Zr(this.ctx, r);
|
|
1247
1247
|
}
|
|
1248
1248
|
}
|
|
1249
|
-
class
|
|
1249
|
+
class ti {
|
|
1250
1250
|
constructor(r, s) {
|
|
1251
1251
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
1252
1252
|
{
|
|
@@ -1279,20 +1279,20 @@ class zr {
|
|
|
1279
1279
|
const Et = {
|
|
1280
1280
|
name: "date-range-picker"
|
|
1281
1281
|
};
|
|
1282
|
-
class
|
|
1282
|
+
class ei extends n {
|
|
1283
1283
|
constructor() {
|
|
1284
|
-
super(...arguments), this.type = "dateRangePicker", this.componentInfo = Et, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.clear = this.ctx.driver.wrapAction($.bind(this)), this.selectDateRange = this.ctx.driver.wrapAction(
|
|
1284
|
+
super(...arguments), this.type = "dateRangePicker", this.componentInfo = Et, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.clear = this.ctx.driver.wrapAction($.bind(this)), this.selectDateRange = this.ctx.driver.wrapAction(Ge.bind(this)), this.control = S.bind(this, "[data-vvd-component=text-field].control"), this.pickerButton = y.bind(this, "#picker-button"), this.clearButton = y.bind(this, "#clear-button");
|
|
1285
1285
|
}
|
|
1286
1286
|
}
|
|
1287
|
-
class
|
|
1287
|
+
class ri extends a {
|
|
1288
1288
|
constructor() {
|
|
1289
1289
|
super(...arguments), this.componentInfo = Et, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
|
|
1290
1290
|
}
|
|
1291
1291
|
wrap(r) {
|
|
1292
|
-
return new
|
|
1292
|
+
return new ei(this.ctx, r);
|
|
1293
1293
|
}
|
|
1294
1294
|
}
|
|
1295
|
-
class
|
|
1295
|
+
class ii {
|
|
1296
1296
|
constructor(r, s) {
|
|
1297
1297
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
1298
1298
|
{
|
|
@@ -1323,7 +1323,7 @@ class Qr {
|
|
|
1323
1323
|
{
|
|
1324
1324
|
type: "eval",
|
|
1325
1325
|
el: this.wrapper.unwrap(),
|
|
1326
|
-
fn:
|
|
1326
|
+
fn: Se
|
|
1327
1327
|
},
|
|
1328
1328
|
e,
|
|
1329
1329
|
"toHaveRange(${value})"
|
|
@@ -1333,20 +1333,20 @@ class Qr {
|
|
|
1333
1333
|
const yt = {
|
|
1334
1334
|
name: "date-time-picker"
|
|
1335
1335
|
};
|
|
1336
|
-
class
|
|
1336
|
+
class si extends n {
|
|
1337
1337
|
constructor() {
|
|
1338
|
-
super(...arguments), this.type = "dateTimePicker", this.componentInfo = yt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.clear = this.ctx.driver.wrapAction($.bind(this)), this.selectDateTime = this.ctx.driver.wrapAction(
|
|
1338
|
+
super(...arguments), this.type = "dateTimePicker", this.componentInfo = yt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.clear = this.ctx.driver.wrapAction($.bind(this)), this.selectDateTime = this.ctx.driver.wrapAction(Oe.bind(this)), this.control = S.bind(this, "[data-vvd-component=text-field].control"), this.pickerButton = y.bind(this, "#picker-button"), this.clearButton = y.bind(this, "#clear-button");
|
|
1339
1339
|
}
|
|
1340
1340
|
}
|
|
1341
|
-
class
|
|
1341
|
+
class ci extends a {
|
|
1342
1342
|
constructor() {
|
|
1343
1343
|
super(...arguments), this.componentInfo = yt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
|
|
1344
1344
|
}
|
|
1345
1345
|
wrap(r) {
|
|
1346
|
-
return new
|
|
1346
|
+
return new si(this.ctx, r);
|
|
1347
1347
|
}
|
|
1348
1348
|
}
|
|
1349
|
-
class
|
|
1349
|
+
class oi {
|
|
1350
1350
|
constructor(r, s) {
|
|
1351
1351
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
1352
1352
|
{
|
|
@@ -1379,20 +1379,20 @@ class Zr {
|
|
|
1379
1379
|
const It = {
|
|
1380
1380
|
name: "dial-pad"
|
|
1381
1381
|
};
|
|
1382
|
-
class
|
|
1382
|
+
class ni extends n {
|
|
1383
1383
|
constructor() {
|
|
1384
1384
|
super(...arguments), this.type = "dialPad", this.componentInfo = It, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
1385
1385
|
}
|
|
1386
1386
|
}
|
|
1387
|
-
class
|
|
1387
|
+
class ai extends a {
|
|
1388
1388
|
constructor() {
|
|
1389
1389
|
super(...arguments), this.componentInfo = It, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
1390
1390
|
}
|
|
1391
1391
|
wrap(r) {
|
|
1392
|
-
return new
|
|
1392
|
+
return new ni(this.ctx, r);
|
|
1393
1393
|
}
|
|
1394
1394
|
}
|
|
1395
|
-
class
|
|
1395
|
+
class hi {
|
|
1396
1396
|
constructor(r, s) {
|
|
1397
1397
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
1398
1398
|
{
|
|
@@ -1409,20 +1409,20 @@ class ei {
|
|
|
1409
1409
|
const gt = {
|
|
1410
1410
|
name: "dialog"
|
|
1411
1411
|
};
|
|
1412
|
-
class
|
|
1412
|
+
class pi extends n {
|
|
1413
1413
|
constructor() {
|
|
1414
1414
|
super(...arguments), this.type = "dialog", this.componentInfo = gt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.dismiss = this.ctx.driver.wrapAction(b.bind(this, () => this.dismissButton())), this.dismissButton = v.bind(this, ".dismiss-button");
|
|
1415
1415
|
}
|
|
1416
1416
|
}
|
|
1417
|
-
class
|
|
1417
|
+
class di extends a {
|
|
1418
1418
|
constructor() {
|
|
1419
|
-
super(...arguments), this.componentInfo = gt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byHeadline = this.ctx.driver.wrapSelector(
|
|
1419
|
+
super(...arguments), this.componentInfo = gt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byHeadline = this.ctx.driver.wrapSelector(k.bind(this));
|
|
1420
1420
|
}
|
|
1421
1421
|
wrap(r) {
|
|
1422
|
-
return new
|
|
1422
|
+
return new pi(this.ctx, r);
|
|
1423
1423
|
}
|
|
1424
1424
|
}
|
|
1425
|
-
class
|
|
1425
|
+
class li {
|
|
1426
1426
|
constructor(r, s) {
|
|
1427
1427
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
1428
1428
|
{
|
|
@@ -1463,20 +1463,20 @@ class si {
|
|
|
1463
1463
|
const At = {
|
|
1464
1464
|
name: "divider"
|
|
1465
1465
|
};
|
|
1466
|
-
class
|
|
1466
|
+
class xi extends n {
|
|
1467
1467
|
constructor() {
|
|
1468
1468
|
super(...arguments), this.type = "divider", this.componentInfo = At, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
1469
1469
|
}
|
|
1470
1470
|
}
|
|
1471
|
-
class
|
|
1471
|
+
class vi extends a {
|
|
1472
1472
|
constructor() {
|
|
1473
1473
|
super(...arguments), this.componentInfo = At, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
1474
1474
|
}
|
|
1475
1475
|
wrap(r) {
|
|
1476
|
-
return new
|
|
1476
|
+
return new xi(this.ctx, r);
|
|
1477
1477
|
}
|
|
1478
1478
|
}
|
|
1479
|
-
class
|
|
1479
|
+
class ui {
|
|
1480
1480
|
constructor(r, s) {
|
|
1481
1481
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
1482
1482
|
{
|
|
@@ -1493,20 +1493,20 @@ class ni {
|
|
|
1493
1493
|
const Ht = {
|
|
1494
1494
|
name: "empty-state"
|
|
1495
1495
|
};
|
|
1496
|
-
class
|
|
1496
|
+
class wi extends n {
|
|
1497
1497
|
constructor() {
|
|
1498
1498
|
super(...arguments), this.type = "emptyState", this.componentInfo = Ht, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
1499
1499
|
}
|
|
1500
1500
|
}
|
|
1501
|
-
class
|
|
1501
|
+
class bi extends a {
|
|
1502
1502
|
constructor() {
|
|
1503
1503
|
super(...arguments), this.componentInfo = Ht, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
1504
1504
|
}
|
|
1505
1505
|
wrap(r) {
|
|
1506
|
-
return new
|
|
1506
|
+
return new wi(this.ctx, r);
|
|
1507
1507
|
}
|
|
1508
1508
|
}
|
|
1509
|
-
class
|
|
1509
|
+
class mi {
|
|
1510
1510
|
constructor(r, s) {
|
|
1511
1511
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
1512
1512
|
{
|
|
@@ -1523,20 +1523,20 @@ class pi {
|
|
|
1523
1523
|
const Pt = {
|
|
1524
1524
|
name: "fab"
|
|
1525
1525
|
};
|
|
1526
|
-
class
|
|
1526
|
+
class fi extends n {
|
|
1527
1527
|
constructor() {
|
|
1528
1528
|
super(...arguments), this.type = "fab", this.componentInfo = Pt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.click = this.ctx.driver.wrapAction(b.bind(this, () => this.control())), this.control = v.bind(this, "button.control");
|
|
1529
1529
|
}
|
|
1530
1530
|
}
|
|
1531
|
-
class
|
|
1531
|
+
class Ei extends a {
|
|
1532
1532
|
constructor() {
|
|
1533
1533
|
super(...arguments), this.componentInfo = Pt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
|
|
1534
1534
|
}
|
|
1535
1535
|
wrap(r) {
|
|
1536
|
-
return new
|
|
1536
|
+
return new fi(this.ctx, r);
|
|
1537
1537
|
}
|
|
1538
1538
|
}
|
|
1539
|
-
class
|
|
1539
|
+
class yi {
|
|
1540
1540
|
constructor(r, s) {
|
|
1541
1541
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
1542
1542
|
{
|
|
@@ -1569,20 +1569,20 @@ class xi {
|
|
|
1569
1569
|
const $t = {
|
|
1570
1570
|
name: "file-picker"
|
|
1571
1571
|
};
|
|
1572
|
-
class
|
|
1572
|
+
class Ii extends n {
|
|
1573
1573
|
constructor() {
|
|
1574
1574
|
super(...arguments), this.type = "filePicker", this.componentInfo = $t, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
1575
1575
|
}
|
|
1576
1576
|
}
|
|
1577
|
-
class
|
|
1577
|
+
class gi extends a {
|
|
1578
1578
|
constructor() {
|
|
1579
1579
|
super(...arguments), this.componentInfo = $t, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
|
|
1580
1580
|
}
|
|
1581
1581
|
wrap(r) {
|
|
1582
|
-
return new
|
|
1582
|
+
return new Ii(this.ctx, r);
|
|
1583
1583
|
}
|
|
1584
1584
|
}
|
|
1585
|
-
class
|
|
1585
|
+
class Ai {
|
|
1586
1586
|
constructor(r, s) {
|
|
1587
1587
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
1588
1588
|
{
|
|
@@ -1612,23 +1612,23 @@ class wi {
|
|
|
1612
1612
|
));
|
|
1613
1613
|
}
|
|
1614
1614
|
}
|
|
1615
|
-
const
|
|
1615
|
+
const St = {
|
|
1616
1616
|
name: "header"
|
|
1617
1617
|
};
|
|
1618
|
-
class
|
|
1618
|
+
class Hi extends n {
|
|
1619
1619
|
constructor() {
|
|
1620
|
-
super(...arguments), this.type = "header", this.componentInfo =
|
|
1620
|
+
super(...arguments), this.type = "header", this.componentInfo = St, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
1621
1621
|
}
|
|
1622
1622
|
}
|
|
1623
|
-
class
|
|
1623
|
+
class Pi extends a {
|
|
1624
1624
|
constructor() {
|
|
1625
|
-
super(...arguments), this.componentInfo =
|
|
1625
|
+
super(...arguments), this.componentInfo = St, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
1626
1626
|
}
|
|
1627
1627
|
wrap(r) {
|
|
1628
|
-
return new
|
|
1628
|
+
return new Hi(this.ctx, r);
|
|
1629
1629
|
}
|
|
1630
1630
|
}
|
|
1631
|
-
class
|
|
1631
|
+
class $i {
|
|
1632
1632
|
constructor(r, s) {
|
|
1633
1633
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
1634
1634
|
{
|
|
@@ -1642,23 +1642,23 @@ class fi {
|
|
|
1642
1642
|
));
|
|
1643
1643
|
}
|
|
1644
1644
|
}
|
|
1645
|
-
const
|
|
1645
|
+
const Ct = {
|
|
1646
1646
|
name: "icon"
|
|
1647
1647
|
};
|
|
1648
|
-
class
|
|
1648
|
+
class Si extends n {
|
|
1649
1649
|
constructor() {
|
|
1650
|
-
super(...arguments), this.type = "icon", this.componentInfo =
|
|
1650
|
+
super(...arguments), this.type = "icon", this.componentInfo = Ct, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
1651
1651
|
}
|
|
1652
1652
|
}
|
|
1653
|
-
class
|
|
1653
|
+
class Ci extends a {
|
|
1654
1654
|
constructor() {
|
|
1655
|
-
super(...arguments), this.componentInfo =
|
|
1655
|
+
super(...arguments), this.componentInfo = Ct, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
1656
1656
|
}
|
|
1657
1657
|
wrap(r) {
|
|
1658
|
-
return new
|
|
1658
|
+
return new Si(this.ctx, r);
|
|
1659
1659
|
}
|
|
1660
1660
|
}
|
|
1661
|
-
class
|
|
1661
|
+
class qi {
|
|
1662
1662
|
constructor(r, s) {
|
|
1663
1663
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
1664
1664
|
{
|
|
@@ -1673,30 +1673,30 @@ class Ii {
|
|
|
1673
1673
|
{
|
|
1674
1674
|
type: "eval",
|
|
1675
1675
|
el: this.wrapper.unwrap(),
|
|
1676
|
-
fn:
|
|
1676
|
+
fn: qe
|
|
1677
1677
|
},
|
|
1678
1678
|
e,
|
|
1679
1679
|
"toHaveName(${value})"
|
|
1680
1680
|
));
|
|
1681
1681
|
}
|
|
1682
1682
|
}
|
|
1683
|
-
const
|
|
1683
|
+
const qt = {
|
|
1684
1684
|
name: "layout"
|
|
1685
1685
|
};
|
|
1686
|
-
class
|
|
1686
|
+
class Ti extends n {
|
|
1687
1687
|
constructor() {
|
|
1688
|
-
super(...arguments), this.type = "layout", this.componentInfo =
|
|
1688
|
+
super(...arguments), this.type = "layout", this.componentInfo = qt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
1689
1689
|
}
|
|
1690
1690
|
}
|
|
1691
|
-
class
|
|
1691
|
+
class ki extends a {
|
|
1692
1692
|
constructor() {
|
|
1693
|
-
super(...arguments), this.componentInfo =
|
|
1693
|
+
super(...arguments), this.componentInfo = qt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
1694
1694
|
}
|
|
1695
1695
|
wrap(r) {
|
|
1696
|
-
return new
|
|
1696
|
+
return new Ti(this.ctx, r);
|
|
1697
1697
|
}
|
|
1698
1698
|
}
|
|
1699
|
-
class
|
|
1699
|
+
class Bi {
|
|
1700
1700
|
constructor(r, s) {
|
|
1701
1701
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
1702
1702
|
{
|
|
@@ -1710,23 +1710,23 @@ class Hi {
|
|
|
1710
1710
|
));
|
|
1711
1711
|
}
|
|
1712
1712
|
}
|
|
1713
|
-
const
|
|
1713
|
+
const Tt = {
|
|
1714
1714
|
name: "menu"
|
|
1715
1715
|
};
|
|
1716
|
-
class
|
|
1716
|
+
class Vi extends n {
|
|
1717
1717
|
constructor() {
|
|
1718
|
-
super(...arguments), this.type = "menu", this.componentInfo =
|
|
1718
|
+
super(...arguments), this.type = "menu", this.componentInfo = Tt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
1719
1719
|
}
|
|
1720
1720
|
}
|
|
1721
|
-
class
|
|
1721
|
+
class Wi extends a {
|
|
1722
1722
|
constructor() {
|
|
1723
|
-
super(...arguments), this.componentInfo =
|
|
1723
|
+
super(...arguments), this.componentInfo = Tt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
|
|
1724
1724
|
}
|
|
1725
1725
|
wrap(r) {
|
|
1726
|
-
return new
|
|
1726
|
+
return new Vi(this.ctx, r);
|
|
1727
1727
|
}
|
|
1728
1728
|
}
|
|
1729
|
-
class
|
|
1729
|
+
class Di {
|
|
1730
1730
|
constructor(r, s) {
|
|
1731
1731
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
1732
1732
|
{
|
|
@@ -1756,23 +1756,23 @@ class qi {
|
|
|
1756
1756
|
));
|
|
1757
1757
|
}
|
|
1758
1758
|
}
|
|
1759
|
-
const
|
|
1759
|
+
const kt = {
|
|
1760
1760
|
name: "menu-item"
|
|
1761
1761
|
};
|
|
1762
|
-
class
|
|
1762
|
+
class Ri extends n {
|
|
1763
1763
|
constructor() {
|
|
1764
|
-
super(...arguments), this.type = "menuItem", this.componentInfo =
|
|
1764
|
+
super(...arguments), this.type = "menuItem", this.componentInfo = kt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.click = this.ctx.driver.wrapAction(b.bind(this, () => this.base())), this.base = v.bind(this, ".base");
|
|
1765
1765
|
}
|
|
1766
1766
|
}
|
|
1767
|
-
class
|
|
1767
|
+
class Gi extends a {
|
|
1768
1768
|
constructor() {
|
|
1769
|
-
super(...arguments), this.componentInfo =
|
|
1769
|
+
super(...arguments), this.componentInfo = kt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byText = this.ctx.driver.wrapSelector(B.bind(this));
|
|
1770
1770
|
}
|
|
1771
1771
|
wrap(r) {
|
|
1772
|
-
return new
|
|
1772
|
+
return new Ri(this.ctx, r);
|
|
1773
1773
|
}
|
|
1774
1774
|
}
|
|
1775
|
-
class
|
|
1775
|
+
class Li {
|
|
1776
1776
|
constructor(r, s) {
|
|
1777
1777
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
1778
1778
|
{
|
|
@@ -1811,7 +1811,7 @@ class ki {
|
|
|
1811
1811
|
{
|
|
1812
1812
|
type: "eval",
|
|
1813
1813
|
el: this.wrapper.unwrap(),
|
|
1814
|
-
fn:
|
|
1814
|
+
fn: C
|
|
1815
1815
|
},
|
|
1816
1816
|
e,
|
|
1817
1817
|
"toHaveDisabled(${value})"
|
|
@@ -1821,20 +1821,20 @@ class ki {
|
|
|
1821
1821
|
const Bt = {
|
|
1822
1822
|
name: "nav"
|
|
1823
1823
|
};
|
|
1824
|
-
class
|
|
1824
|
+
class Oi extends n {
|
|
1825
1825
|
constructor() {
|
|
1826
1826
|
super(...arguments), this.type = "nav", this.componentInfo = Bt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
1827
1827
|
}
|
|
1828
1828
|
}
|
|
1829
|
-
class
|
|
1829
|
+
class Fi extends a {
|
|
1830
1830
|
constructor() {
|
|
1831
1831
|
super(...arguments), this.componentInfo = Bt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
1832
1832
|
}
|
|
1833
1833
|
wrap(r) {
|
|
1834
|
-
return new
|
|
1834
|
+
return new Oi(this.ctx, r);
|
|
1835
1835
|
}
|
|
1836
1836
|
}
|
|
1837
|
-
class
|
|
1837
|
+
class Ui {
|
|
1838
1838
|
constructor(r, s) {
|
|
1839
1839
|
this.ctx = r, this.wrapper = s, this.toHaveProp = (e, i) => {
|
|
1840
1840
|
throw new Error("Component does not have props.");
|
|
@@ -1844,20 +1844,20 @@ class Vi {
|
|
|
1844
1844
|
const Vt = {
|
|
1845
1845
|
name: "nav-disclosure"
|
|
1846
1846
|
};
|
|
1847
|
-
class
|
|
1847
|
+
class Mi extends n {
|
|
1848
1848
|
constructor() {
|
|
1849
1849
|
super(...arguments), this.type = "navDisclosure", this.componentInfo = Vt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.expand = this.ctx.driver.wrapAction(U.bind(this, !0)), this.collapse = this.ctx.driver.wrapAction(U.bind(this, !1)), this.summary = v.bind(this, "summary");
|
|
1850
1850
|
}
|
|
1851
1851
|
}
|
|
1852
|
-
class
|
|
1852
|
+
class ji extends a {
|
|
1853
1853
|
constructor() {
|
|
1854
1854
|
super(...arguments), this.componentInfo = Vt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
|
|
1855
1855
|
}
|
|
1856
1856
|
wrap(r) {
|
|
1857
|
-
return new
|
|
1857
|
+
return new Mi(this.ctx, r);
|
|
1858
1858
|
}
|
|
1859
1859
|
}
|
|
1860
|
-
class
|
|
1860
|
+
class _i {
|
|
1861
1861
|
constructor(r, s) {
|
|
1862
1862
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
1863
1863
|
{
|
|
@@ -1914,20 +1914,20 @@ class Gi {
|
|
|
1914
1914
|
const Wt = {
|
|
1915
1915
|
name: "nav-item"
|
|
1916
1916
|
};
|
|
1917
|
-
class
|
|
1917
|
+
class zi extends n {
|
|
1918
1918
|
constructor() {
|
|
1919
1919
|
super(...arguments), this.type = "navItem", this.componentInfo = Wt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.click = this.ctx.driver.wrapAction(b.bind(this, () => this.control())), this.control = v.bind(this, ".control");
|
|
1920
1920
|
}
|
|
1921
1921
|
}
|
|
1922
|
-
class
|
|
1922
|
+
class Ji extends a {
|
|
1923
1923
|
constructor() {
|
|
1924
1924
|
super(...arguments), this.componentInfo = Wt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
|
|
1925
1925
|
}
|
|
1926
1926
|
wrap(r) {
|
|
1927
|
-
return new
|
|
1927
|
+
return new zi(this.ctx, r);
|
|
1928
1928
|
}
|
|
1929
1929
|
}
|
|
1930
|
-
class
|
|
1930
|
+
class Ki {
|
|
1931
1931
|
constructor(r, s) {
|
|
1932
1932
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
1933
1933
|
{
|
|
@@ -1968,20 +1968,20 @@ class Oi {
|
|
|
1968
1968
|
const Dt = {
|
|
1969
1969
|
name: "note"
|
|
1970
1970
|
};
|
|
1971
|
-
class
|
|
1971
|
+
class Qi extends n {
|
|
1972
1972
|
constructor() {
|
|
1973
1973
|
super(...arguments), this.type = "note", this.componentInfo = Dt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
1974
1974
|
}
|
|
1975
1975
|
}
|
|
1976
|
-
class
|
|
1976
|
+
class Xi extends a {
|
|
1977
1977
|
constructor() {
|
|
1978
1978
|
super(...arguments), this.componentInfo = Dt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
1979
1979
|
}
|
|
1980
1980
|
wrap(r) {
|
|
1981
|
-
return new
|
|
1981
|
+
return new Qi(this.ctx, r);
|
|
1982
1982
|
}
|
|
1983
1983
|
}
|
|
1984
|
-
class
|
|
1984
|
+
class Yi {
|
|
1985
1985
|
constructor(r, s) {
|
|
1986
1986
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
1987
1987
|
{
|
|
@@ -2003,23 +2003,23 @@ class Mi {
|
|
|
2003
2003
|
));
|
|
2004
2004
|
}
|
|
2005
2005
|
}
|
|
2006
|
-
const
|
|
2006
|
+
const Rt = {
|
|
2007
2007
|
name: "number-field"
|
|
2008
2008
|
};
|
|
2009
|
-
class
|
|
2009
|
+
class Zi extends n {
|
|
2010
2010
|
constructor() {
|
|
2011
|
-
super(...arguments), this.type = "numberField", this.componentInfo =
|
|
2011
|
+
super(...arguments), this.type = "numberField", this.componentInfo = Rt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.fill = this.ctx.driver.wrapAction(V.bind(this, () => this.control())), this.clear = this.ctx.driver.wrapAction(W.bind(this, () => this.control())), this.clickIncrement = this.ctx.driver.wrapAction(q.bind(this, () => this.incrementButton())), this.clickDecrement = this.ctx.driver.wrapAction(q.bind(this, () => this.decrementButton())), this.control = v.bind(this, "input.control"), this.incrementButton = y.bind(this, "#add"), this.decrementButton = y.bind(this, "#subtract");
|
|
2012
2012
|
}
|
|
2013
2013
|
}
|
|
2014
|
-
class
|
|
2014
|
+
class Ni extends a {
|
|
2015
2015
|
constructor() {
|
|
2016
|
-
super(...arguments), this.componentInfo =
|
|
2016
|
+
super(...arguments), this.componentInfo = Rt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
|
|
2017
2017
|
}
|
|
2018
2018
|
wrap(r) {
|
|
2019
|
-
return new
|
|
2019
|
+
return new Zi(this.ctx, r);
|
|
2020
2020
|
}
|
|
2021
2021
|
}
|
|
2022
|
-
class
|
|
2022
|
+
class ts {
|
|
2023
2023
|
constructor(r, s) {
|
|
2024
2024
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
2025
2025
|
{
|
|
@@ -2065,23 +2065,23 @@ class zi {
|
|
|
2065
2065
|
));
|
|
2066
2066
|
}
|
|
2067
2067
|
}
|
|
2068
|
-
const
|
|
2068
|
+
const Gt = {
|
|
2069
2069
|
name: "option"
|
|
2070
2070
|
};
|
|
2071
|
-
class
|
|
2071
|
+
class es extends n {
|
|
2072
2072
|
constructor() {
|
|
2073
|
-
super(...arguments), this.type = "option", this.componentInfo =
|
|
2073
|
+
super(...arguments), this.type = "option", this.componentInfo = Gt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.click = this.ctx.driver.wrapAction(b.bind(this, () => this.locator));
|
|
2074
2074
|
}
|
|
2075
2075
|
}
|
|
2076
|
-
class
|
|
2076
|
+
class rs extends a {
|
|
2077
2077
|
constructor() {
|
|
2078
|
-
super(...arguments), this.componentInfo =
|
|
2078
|
+
super(...arguments), this.componentInfo = Gt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
2079
2079
|
}
|
|
2080
2080
|
wrap(r) {
|
|
2081
|
-
return new
|
|
2081
|
+
return new es(this.ctx, r);
|
|
2082
2082
|
}
|
|
2083
2083
|
}
|
|
2084
|
-
class
|
|
2084
|
+
class is {
|
|
2085
2085
|
constructor(r, s) {
|
|
2086
2086
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
2087
2087
|
{
|
|
@@ -2106,20 +2106,20 @@ class Qi {
|
|
|
2106
2106
|
const Lt = {
|
|
2107
2107
|
name: "pagination"
|
|
2108
2108
|
};
|
|
2109
|
-
class
|
|
2109
|
+
class ss extends n {
|
|
2110
2110
|
constructor() {
|
|
2111
|
-
super(...arguments), this.type = "pagination", this.componentInfo = Lt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.clickNext = this.ctx.driver.wrapAction(b.bind(this, () => this.nextButton())), this.clickPrev = this.ctx.driver.wrapAction(b.bind(this, () => this.prevButton())), this.clickPageIndex = this.ctx.driver.wrapAction(
|
|
2111
|
+
super(...arguments), this.type = "pagination", this.componentInfo = Lt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.clickNext = this.ctx.driver.wrapAction(b.bind(this, () => this.nextButton())), this.clickPrev = this.ctx.driver.wrapAction(b.bind(this, () => this.prevButton())), this.clickPageIndex = this.ctx.driver.wrapAction(Fe.bind(this)), this.nextButton = v.bind(this, ".next-button"), this.prevButton = v.bind(this, ".prev-button");
|
|
2112
2112
|
}
|
|
2113
2113
|
}
|
|
2114
|
-
class
|
|
2114
|
+
class cs extends a {
|
|
2115
2115
|
constructor() {
|
|
2116
2116
|
super(...arguments), this.componentInfo = Lt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
2117
2117
|
}
|
|
2118
2118
|
wrap(r) {
|
|
2119
|
-
return new
|
|
2119
|
+
return new ss(this.ctx, r);
|
|
2120
2120
|
}
|
|
2121
2121
|
}
|
|
2122
|
-
class
|
|
2122
|
+
class os {
|
|
2123
2123
|
constructor(r, s) {
|
|
2124
2124
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
2125
2125
|
{
|
|
@@ -2134,7 +2134,7 @@ class Zi {
|
|
|
2134
2134
|
{
|
|
2135
2135
|
type: "eval",
|
|
2136
2136
|
el: this.wrapper.unwrap(),
|
|
2137
|
-
fn:
|
|
2137
|
+
fn: Te
|
|
2138
2138
|
},
|
|
2139
2139
|
e,
|
|
2140
2140
|
"toHaveTotal(${value})"
|
|
@@ -2142,7 +2142,7 @@ class Zi {
|
|
|
2142
2142
|
{
|
|
2143
2143
|
type: "eval",
|
|
2144
2144
|
el: this.wrapper.unwrap(),
|
|
2145
|
-
fn:
|
|
2145
|
+
fn: ke
|
|
2146
2146
|
},
|
|
2147
2147
|
e,
|
|
2148
2148
|
"toHaveSelectedPage(${value})"
|
|
@@ -2150,22 +2150,22 @@ class Zi {
|
|
|
2150
2150
|
}
|
|
2151
2151
|
}
|
|
2152
2152
|
const Ot = {
|
|
2153
|
-
name: "
|
|
2153
|
+
name: "popover"
|
|
2154
2154
|
};
|
|
2155
|
-
class
|
|
2155
|
+
class ns extends n {
|
|
2156
2156
|
constructor() {
|
|
2157
|
-
super(...arguments), this.type = "
|
|
2157
|
+
super(...arguments), this.type = "popover", this.componentInfo = Ot, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
2158
2158
|
}
|
|
2159
2159
|
}
|
|
2160
|
-
class
|
|
2160
|
+
class as extends a {
|
|
2161
2161
|
constructor() {
|
|
2162
2162
|
super(...arguments), this.componentInfo = Ot, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
2163
2163
|
}
|
|
2164
2164
|
wrap(r) {
|
|
2165
|
-
return new
|
|
2165
|
+
return new ns(this.ctx, r);
|
|
2166
2166
|
}
|
|
2167
2167
|
}
|
|
2168
|
-
class
|
|
2168
|
+
class hs {
|
|
2169
2169
|
constructor(r, s) {
|
|
2170
2170
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
2171
2171
|
{
|
|
@@ -2180,22 +2180,22 @@ class es {
|
|
|
2180
2180
|
}
|
|
2181
2181
|
}
|
|
2182
2182
|
const Ft = {
|
|
2183
|
-
name: "progress
|
|
2183
|
+
name: "progress"
|
|
2184
2184
|
};
|
|
2185
|
-
class
|
|
2185
|
+
class ps extends n {
|
|
2186
2186
|
constructor() {
|
|
2187
|
-
super(...arguments), this.type = "
|
|
2187
|
+
super(...arguments), this.type = "progress", this.componentInfo = Ft, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
2188
2188
|
}
|
|
2189
2189
|
}
|
|
2190
|
-
class
|
|
2190
|
+
class ds extends a {
|
|
2191
2191
|
constructor() {
|
|
2192
2192
|
super(...arguments), this.componentInfo = Ft, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
2193
2193
|
}
|
|
2194
2194
|
wrap(r) {
|
|
2195
|
-
return new
|
|
2195
|
+
return new ps(this.ctx, r);
|
|
2196
2196
|
}
|
|
2197
2197
|
}
|
|
2198
|
-
class
|
|
2198
|
+
class ls {
|
|
2199
2199
|
constructor(r, s) {
|
|
2200
2200
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
2201
2201
|
{
|
|
@@ -2210,22 +2210,52 @@ class ss {
|
|
|
2210
2210
|
}
|
|
2211
2211
|
}
|
|
2212
2212
|
const Ut = {
|
|
2213
|
+
name: "progress-ring"
|
|
2214
|
+
};
|
|
2215
|
+
class xs extends n {
|
|
2216
|
+
constructor() {
|
|
2217
|
+
super(...arguments), this.type = "progressRing", this.componentInfo = Ut, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
2218
|
+
}
|
|
2219
|
+
}
|
|
2220
|
+
class vs extends a {
|
|
2221
|
+
constructor() {
|
|
2222
|
+
super(...arguments), this.componentInfo = Ut, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
2223
|
+
}
|
|
2224
|
+
wrap(r) {
|
|
2225
|
+
return new xs(this.ctx, r);
|
|
2226
|
+
}
|
|
2227
|
+
}
|
|
2228
|
+
class us {
|
|
2229
|
+
constructor(r, s) {
|
|
2230
|
+
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
2231
|
+
{
|
|
2232
|
+
type: "eval",
|
|
2233
|
+
el: this.wrapper.unwrap(),
|
|
2234
|
+
fn: (c, o) => c[o],
|
|
2235
|
+
arg: e
|
|
2236
|
+
},
|
|
2237
|
+
i,
|
|
2238
|
+
`toHaveProp("${e}", ${i})`
|
|
2239
|
+
));
|
|
2240
|
+
}
|
|
2241
|
+
}
|
|
2242
|
+
const Mt = {
|
|
2213
2243
|
name: "radio"
|
|
2214
2244
|
};
|
|
2215
|
-
class
|
|
2245
|
+
class ws extends n {
|
|
2216
2246
|
constructor() {
|
|
2217
|
-
super(...arguments), this.type = "radio", this.componentInfo =
|
|
2247
|
+
super(...arguments), this.type = "radio", this.componentInfo = Mt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.check = this.ctx.driver.wrapAction(b.bind(this, () => this.control())), this.control = v.bind(this, ".control");
|
|
2218
2248
|
}
|
|
2219
2249
|
}
|
|
2220
|
-
class
|
|
2250
|
+
class bs extends a {
|
|
2221
2251
|
constructor() {
|
|
2222
|
-
super(...arguments), this.componentInfo =
|
|
2252
|
+
super(...arguments), this.componentInfo = Mt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
|
|
2223
2253
|
}
|
|
2224
2254
|
wrap(r) {
|
|
2225
|
-
return new
|
|
2255
|
+
return new ws(this.ctx, r);
|
|
2226
2256
|
}
|
|
2227
2257
|
}
|
|
2228
|
-
class
|
|
2258
|
+
class ms {
|
|
2229
2259
|
constructor(r, s) {
|
|
2230
2260
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
2231
2261
|
{
|
|
@@ -2271,23 +2301,23 @@ class ns {
|
|
|
2271
2301
|
));
|
|
2272
2302
|
}
|
|
2273
2303
|
}
|
|
2274
|
-
const
|
|
2304
|
+
const jt = {
|
|
2275
2305
|
name: "radio-group"
|
|
2276
2306
|
};
|
|
2277
|
-
class
|
|
2307
|
+
class fs extends n {
|
|
2278
2308
|
constructor() {
|
|
2279
|
-
super(...arguments), this.type = "radioGroup", this.componentInfo =
|
|
2309
|
+
super(...arguments), this.type = "radioGroup", this.componentInfo = jt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
2280
2310
|
}
|
|
2281
2311
|
}
|
|
2282
|
-
class
|
|
2312
|
+
class Es extends a {
|
|
2283
2313
|
constructor() {
|
|
2284
|
-
super(...arguments), this.componentInfo =
|
|
2314
|
+
super(...arguments), this.componentInfo = jt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
2285
2315
|
}
|
|
2286
2316
|
wrap(r) {
|
|
2287
|
-
return new
|
|
2317
|
+
return new fs(this.ctx, r);
|
|
2288
2318
|
}
|
|
2289
2319
|
}
|
|
2290
|
-
class
|
|
2320
|
+
class ys {
|
|
2291
2321
|
constructor(r, s) {
|
|
2292
2322
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
2293
2323
|
{
|
|
@@ -2301,23 +2331,23 @@ class ps {
|
|
|
2301
2331
|
));
|
|
2302
2332
|
}
|
|
2303
2333
|
}
|
|
2304
|
-
const
|
|
2334
|
+
const _t = {
|
|
2305
2335
|
name: "range-slider"
|
|
2306
2336
|
};
|
|
2307
|
-
class
|
|
2337
|
+
class Is extends n {
|
|
2308
2338
|
constructor() {
|
|
2309
|
-
super(...arguments), this.type = "rangeSlider", this.componentInfo =
|
|
2339
|
+
super(...arguments), this.type = "rangeSlider", this.componentInfo = _t, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.slideStartTo = this.ctx.driver.wrapAction(T.bind(this, () => this.track(), () => this.startThumb())), this.slideEndTo = this.ctx.driver.wrapAction(T.bind(this, () => this.track(), () => this.endThumb())), this.track = v.bind(this, ".control"), this.startThumb = v.bind(this, "#start-thumb"), this.endThumb = v.bind(this, "#end-thumb");
|
|
2310
2340
|
}
|
|
2311
2341
|
}
|
|
2312
|
-
class
|
|
2342
|
+
class gs extends a {
|
|
2313
2343
|
constructor() {
|
|
2314
|
-
super(...arguments), this.componentInfo =
|
|
2344
|
+
super(...arguments), this.componentInfo = _t, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
|
|
2315
2345
|
}
|
|
2316
2346
|
wrap(r) {
|
|
2317
|
-
return new
|
|
2347
|
+
return new Is(this.ctx, r);
|
|
2318
2348
|
}
|
|
2319
2349
|
}
|
|
2320
|
-
class
|
|
2350
|
+
class As {
|
|
2321
2351
|
constructor(r, s) {
|
|
2322
2352
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
2323
2353
|
{
|
|
@@ -2348,30 +2378,30 @@ class xs {
|
|
|
2348
2378
|
{
|
|
2349
2379
|
type: "eval",
|
|
2350
2380
|
el: this.wrapper.unwrap(),
|
|
2351
|
-
fn:
|
|
2381
|
+
fn: Ce
|
|
2352
2382
|
},
|
|
2353
2383
|
e,
|
|
2354
2384
|
"toHaveRange(${value})"
|
|
2355
2385
|
));
|
|
2356
2386
|
}
|
|
2357
2387
|
}
|
|
2358
|
-
const
|
|
2388
|
+
const zt = {
|
|
2359
2389
|
name: "rich-text-editor"
|
|
2360
2390
|
};
|
|
2361
|
-
class
|
|
2391
|
+
class Hs extends n {
|
|
2362
2392
|
constructor() {
|
|
2363
|
-
super(...arguments), this.type = "richTextEditor", this.componentInfo =
|
|
2393
|
+
super(...arguments), this.type = "richTextEditor", this.componentInfo = zt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
2364
2394
|
}
|
|
2365
2395
|
}
|
|
2366
|
-
class
|
|
2396
|
+
class Ps extends a {
|
|
2367
2397
|
constructor() {
|
|
2368
|
-
super(...arguments), this.componentInfo =
|
|
2398
|
+
super(...arguments), this.componentInfo = zt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
2369
2399
|
}
|
|
2370
2400
|
wrap(r) {
|
|
2371
|
-
return new
|
|
2401
|
+
return new Hs(this.ctx, r);
|
|
2372
2402
|
}
|
|
2373
2403
|
}
|
|
2374
|
-
class
|
|
2404
|
+
class $s {
|
|
2375
2405
|
constructor(r, s) {
|
|
2376
2406
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
2377
2407
|
{
|
|
@@ -2385,23 +2415,53 @@ class ws {
|
|
|
2385
2415
|
));
|
|
2386
2416
|
}
|
|
2387
2417
|
}
|
|
2388
|
-
const
|
|
2418
|
+
const Jt = {
|
|
2419
|
+
name: "rich-text-view"
|
|
2420
|
+
};
|
|
2421
|
+
class Ss extends n {
|
|
2422
|
+
constructor() {
|
|
2423
|
+
super(...arguments), this.type = "richTextView", this.componentInfo = Jt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
2424
|
+
}
|
|
2425
|
+
}
|
|
2426
|
+
class Cs extends a {
|
|
2427
|
+
constructor() {
|
|
2428
|
+
super(...arguments), this.componentInfo = Jt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
2429
|
+
}
|
|
2430
|
+
wrap(r) {
|
|
2431
|
+
return new Ss(this.ctx, r);
|
|
2432
|
+
}
|
|
2433
|
+
}
|
|
2434
|
+
class qs {
|
|
2435
|
+
constructor(r, s) {
|
|
2436
|
+
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
2437
|
+
{
|
|
2438
|
+
type: "eval",
|
|
2439
|
+
el: this.wrapper.unwrap(),
|
|
2440
|
+
fn: (c, o) => c[o],
|
|
2441
|
+
arg: e
|
|
2442
|
+
},
|
|
2443
|
+
i,
|
|
2444
|
+
`toHaveProp("${e}", ${i})`
|
|
2445
|
+
));
|
|
2446
|
+
}
|
|
2447
|
+
}
|
|
2448
|
+
const Kt = {
|
|
2389
2449
|
name: "searchable-select"
|
|
2390
2450
|
};
|
|
2391
|
-
class
|
|
2451
|
+
class Ts extends n {
|
|
2392
2452
|
constructor() {
|
|
2393
|
-
super(...arguments), this.type = "searchableSelect", this.componentInfo =
|
|
2453
|
+
super(...arguments), this.type = "searchableSelect", this.componentInfo = Kt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.selectOptionByValue = this.ctx.driver.wrapAction(D.bind(this)), this.selectOptionByText = this.ctx.driver.wrapAction(R.bind(this));
|
|
2394
2454
|
}
|
|
2395
2455
|
}
|
|
2396
|
-
class
|
|
2456
|
+
class ks extends a {
|
|
2397
2457
|
constructor() {
|
|
2398
|
-
super(...arguments), this.componentInfo =
|
|
2458
|
+
super(...arguments), this.componentInfo = Kt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
|
|
2399
2459
|
}
|
|
2400
2460
|
wrap(r) {
|
|
2401
|
-
return new
|
|
2461
|
+
return new Ts(this.ctx, r);
|
|
2402
2462
|
}
|
|
2403
2463
|
}
|
|
2404
|
-
class
|
|
2464
|
+
class Bs {
|
|
2405
2465
|
constructor(r, s) {
|
|
2406
2466
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
2407
2467
|
{
|
|
@@ -2440,7 +2500,7 @@ class fs {
|
|
|
2440
2500
|
{
|
|
2441
2501
|
type: "eval",
|
|
2442
2502
|
el: this.wrapper.unwrap(),
|
|
2443
|
-
fn:
|
|
2503
|
+
fn: Pe
|
|
2444
2504
|
},
|
|
2445
2505
|
e,
|
|
2446
2506
|
"toHaveValues(${value})"
|
|
@@ -2448,30 +2508,30 @@ class fs {
|
|
|
2448
2508
|
{
|
|
2449
2509
|
type: "eval",
|
|
2450
2510
|
el: this.wrapper.unwrap(),
|
|
2451
|
-
fn:
|
|
2511
|
+
fn: $e
|
|
2452
2512
|
},
|
|
2453
2513
|
e,
|
|
2454
2514
|
"toHaveSelectedOptions(${value})"
|
|
2455
2515
|
));
|
|
2456
2516
|
}
|
|
2457
2517
|
}
|
|
2458
|
-
const
|
|
2518
|
+
const Qt = {
|
|
2459
2519
|
name: "select"
|
|
2460
2520
|
};
|
|
2461
|
-
class
|
|
2521
|
+
class Vs extends n {
|
|
2462
2522
|
constructor() {
|
|
2463
|
-
super(...arguments), this.type = "select", this.componentInfo =
|
|
2523
|
+
super(...arguments), this.type = "select", this.componentInfo = Qt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.selectOptionByValue = this.ctx.driver.wrapAction(D.bind(this)), this.selectOptionByText = this.ctx.driver.wrapAction(R.bind(this));
|
|
2464
2524
|
}
|
|
2465
2525
|
}
|
|
2466
|
-
class
|
|
2526
|
+
class Ws extends a {
|
|
2467
2527
|
constructor() {
|
|
2468
|
-
super(...arguments), this.componentInfo =
|
|
2528
|
+
super(...arguments), this.componentInfo = Qt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
|
|
2469
2529
|
}
|
|
2470
2530
|
wrap(r) {
|
|
2471
|
-
return new
|
|
2531
|
+
return new Vs(this.ctx, r);
|
|
2472
2532
|
}
|
|
2473
2533
|
}
|
|
2474
|
-
class
|
|
2534
|
+
class Ds {
|
|
2475
2535
|
constructor(r, s) {
|
|
2476
2536
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
2477
2537
|
{
|
|
@@ -2509,23 +2569,23 @@ class Is {
|
|
|
2509
2569
|
));
|
|
2510
2570
|
}
|
|
2511
2571
|
}
|
|
2512
|
-
const
|
|
2572
|
+
const Xt = {
|
|
2513
2573
|
name: "selectable-box"
|
|
2514
2574
|
};
|
|
2515
|
-
class
|
|
2575
|
+
class Rs extends n {
|
|
2516
2576
|
constructor() {
|
|
2517
|
-
super(...arguments), this.type = "selectableBox", this.componentInfo =
|
|
2577
|
+
super(...arguments), this.type = "selectableBox", this.componentInfo = Xt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.check = this.ctx.driver.wrapAction(J.bind(this, () => this.control())), this.uncheck = this.ctx.driver.wrapAction(K.bind(this, () => this.control())), this.control = Me.bind(this, "[data-vvd-component].control", "div.control");
|
|
2518
2578
|
}
|
|
2519
2579
|
}
|
|
2520
|
-
class
|
|
2580
|
+
class Gs extends a {
|
|
2521
2581
|
constructor() {
|
|
2522
|
-
super(...arguments), this.componentInfo =
|
|
2582
|
+
super(...arguments), this.componentInfo = Xt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
2523
2583
|
}
|
|
2524
2584
|
wrap(r) {
|
|
2525
|
-
return new
|
|
2585
|
+
return new Rs(this.ctx, r);
|
|
2526
2586
|
}
|
|
2527
2587
|
}
|
|
2528
|
-
class
|
|
2588
|
+
class Ls {
|
|
2529
2589
|
constructor(r, s) {
|
|
2530
2590
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
2531
2591
|
{
|
|
@@ -2555,23 +2615,23 @@ class Hs {
|
|
|
2555
2615
|
));
|
|
2556
2616
|
}
|
|
2557
2617
|
}
|
|
2558
|
-
const
|
|
2618
|
+
const Yt = {
|
|
2559
2619
|
name: "side-drawer"
|
|
2560
2620
|
};
|
|
2561
|
-
class
|
|
2621
|
+
class Os extends n {
|
|
2562
2622
|
constructor() {
|
|
2563
|
-
super(...arguments), this.type = "sideDrawer", this.componentInfo =
|
|
2623
|
+
super(...arguments), this.type = "sideDrawer", this.componentInfo = Yt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
2564
2624
|
}
|
|
2565
2625
|
}
|
|
2566
|
-
class
|
|
2626
|
+
class Fs extends a {
|
|
2567
2627
|
constructor() {
|
|
2568
|
-
super(...arguments), this.componentInfo =
|
|
2628
|
+
super(...arguments), this.componentInfo = Yt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
2569
2629
|
}
|
|
2570
2630
|
wrap(r) {
|
|
2571
|
-
return new
|
|
2631
|
+
return new Os(this.ctx, r);
|
|
2572
2632
|
}
|
|
2573
2633
|
}
|
|
2574
|
-
class
|
|
2634
|
+
class Us {
|
|
2575
2635
|
constructor(r, s) {
|
|
2576
2636
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
2577
2637
|
{
|
|
@@ -2585,23 +2645,23 @@ class qs {
|
|
|
2585
2645
|
));
|
|
2586
2646
|
}
|
|
2587
2647
|
}
|
|
2588
|
-
const
|
|
2648
|
+
const Zt = {
|
|
2589
2649
|
name: "simple-color-picker"
|
|
2590
2650
|
};
|
|
2591
|
-
class
|
|
2651
|
+
class Ms extends n {
|
|
2592
2652
|
constructor() {
|
|
2593
|
-
super(...arguments), this.type = "simpleColorPicker", this.componentInfo =
|
|
2653
|
+
super(...arguments), this.type = "simpleColorPicker", this.componentInfo = Zt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
2594
2654
|
}
|
|
2595
2655
|
}
|
|
2596
|
-
class
|
|
2656
|
+
class js extends a {
|
|
2597
2657
|
constructor() {
|
|
2598
|
-
super(...arguments), this.componentInfo =
|
|
2658
|
+
super(...arguments), this.componentInfo = Zt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
|
|
2599
2659
|
}
|
|
2600
2660
|
wrap(r) {
|
|
2601
|
-
return new
|
|
2661
|
+
return new Ms(this.ctx, r);
|
|
2602
2662
|
}
|
|
2603
2663
|
}
|
|
2604
|
-
class
|
|
2664
|
+
class _s {
|
|
2605
2665
|
constructor(r, s) {
|
|
2606
2666
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
2607
2667
|
{
|
|
@@ -2631,23 +2691,23 @@ class ks {
|
|
|
2631
2691
|
));
|
|
2632
2692
|
}
|
|
2633
2693
|
}
|
|
2634
|
-
const
|
|
2694
|
+
const Nt = {
|
|
2635
2695
|
name: "slider"
|
|
2636
2696
|
};
|
|
2637
|
-
class
|
|
2697
|
+
class zs extends n {
|
|
2638
2698
|
constructor() {
|
|
2639
|
-
super(...arguments), this.type = "slider", this.componentInfo =
|
|
2699
|
+
super(...arguments), this.type = "slider", this.componentInfo = Nt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.slideTo = this.ctx.driver.wrapAction(T.bind(this, () => this.track(), () => this.thumb())), this.track = v.bind(this, ".control"), this.thumb = v.bind(this, ".thumb-container");
|
|
2640
2700
|
}
|
|
2641
2701
|
}
|
|
2642
|
-
class
|
|
2702
|
+
class Js extends a {
|
|
2643
2703
|
constructor() {
|
|
2644
|
-
super(...arguments), this.componentInfo =
|
|
2704
|
+
super(...arguments), this.componentInfo = Nt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
|
|
2645
2705
|
}
|
|
2646
2706
|
wrap(r) {
|
|
2647
|
-
return new
|
|
2707
|
+
return new zs(this.ctx, r);
|
|
2648
2708
|
}
|
|
2649
2709
|
}
|
|
2650
|
-
class
|
|
2710
|
+
class Ks {
|
|
2651
2711
|
constructor(r, s) {
|
|
2652
2712
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
2653
2713
|
{
|
|
@@ -2677,23 +2737,23 @@ class Vs {
|
|
|
2677
2737
|
));
|
|
2678
2738
|
}
|
|
2679
2739
|
}
|
|
2680
|
-
const
|
|
2740
|
+
const te = {
|
|
2681
2741
|
name: "split-button"
|
|
2682
2742
|
};
|
|
2683
|
-
class
|
|
2743
|
+
class Qs extends n {
|
|
2684
2744
|
constructor() {
|
|
2685
|
-
super(...arguments), this.type = "splitButton", this.componentInfo =
|
|
2745
|
+
super(...arguments), this.type = "splitButton", this.componentInfo = te, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.clickAction = this.ctx.driver.wrapAction(b.bind(this, () => this.actionButton())), this.clickIndicator = this.ctx.driver.wrapAction(b.bind(this, () => this.indicatorButton())), this.actionButton = v.bind(this, "button.control"), this.indicatorButton = v.bind(this, "button.indicator");
|
|
2686
2746
|
}
|
|
2687
2747
|
}
|
|
2688
|
-
class
|
|
2748
|
+
class Xs extends a {
|
|
2689
2749
|
constructor() {
|
|
2690
|
-
super(...arguments), this.componentInfo =
|
|
2750
|
+
super(...arguments), this.componentInfo = te, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
|
|
2691
2751
|
}
|
|
2692
2752
|
wrap(r) {
|
|
2693
|
-
return new
|
|
2753
|
+
return new Qs(this.ctx, r);
|
|
2694
2754
|
}
|
|
2695
2755
|
}
|
|
2696
|
-
class
|
|
2756
|
+
class Ys {
|
|
2697
2757
|
constructor(r, s) {
|
|
2698
2758
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
2699
2759
|
{
|
|
@@ -2715,23 +2775,23 @@ class Gs {
|
|
|
2715
2775
|
));
|
|
2716
2776
|
}
|
|
2717
2777
|
}
|
|
2718
|
-
const
|
|
2778
|
+
const ee = {
|
|
2719
2779
|
name: "switch"
|
|
2720
2780
|
};
|
|
2721
|
-
class
|
|
2781
|
+
class Zs extends n {
|
|
2722
2782
|
constructor() {
|
|
2723
|
-
super(...arguments), this.type = "switch", this.componentInfo =
|
|
2783
|
+
super(...arguments), this.type = "switch", this.componentInfo = ee, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.check = this.ctx.driver.wrapAction(b.bind(this, () => this.switch())), this.uncheck = this.ctx.driver.wrapAction(b.bind(this, () => this.switch())), this.switch = v.bind(this, ".switch");
|
|
2724
2784
|
}
|
|
2725
2785
|
}
|
|
2726
|
-
class
|
|
2786
|
+
class Ns extends a {
|
|
2727
2787
|
constructor() {
|
|
2728
|
-
super(...arguments), this.componentInfo =
|
|
2788
|
+
super(...arguments), this.componentInfo = ee, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
|
|
2729
2789
|
}
|
|
2730
2790
|
wrap(r) {
|
|
2731
|
-
return new
|
|
2791
|
+
return new Zs(this.ctx, r);
|
|
2732
2792
|
}
|
|
2733
2793
|
}
|
|
2734
|
-
class
|
|
2794
|
+
class tc {
|
|
2735
2795
|
constructor(r, s) {
|
|
2736
2796
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
2737
2797
|
{
|
|
@@ -2769,23 +2829,23 @@ class Os {
|
|
|
2769
2829
|
));
|
|
2770
2830
|
}
|
|
2771
2831
|
}
|
|
2772
|
-
const
|
|
2832
|
+
const re = {
|
|
2773
2833
|
name: "tab"
|
|
2774
2834
|
};
|
|
2775
|
-
class
|
|
2835
|
+
class ec extends n {
|
|
2776
2836
|
constructor() {
|
|
2777
|
-
super(...arguments), this.type = "tab", this.componentInfo =
|
|
2837
|
+
super(...arguments), this.type = "tab", this.componentInfo = re, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.select = this.ctx.driver.wrapAction(b.bind(this, () => this.base())), this.base = v.bind(this, ".base");
|
|
2778
2838
|
}
|
|
2779
2839
|
}
|
|
2780
|
-
class
|
|
2840
|
+
class rc extends a {
|
|
2781
2841
|
constructor() {
|
|
2782
|
-
super(...arguments), this.componentInfo =
|
|
2842
|
+
super(...arguments), this.componentInfo = re, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
|
|
2783
2843
|
}
|
|
2784
2844
|
wrap(r) {
|
|
2785
|
-
return new
|
|
2845
|
+
return new ec(this.ctx, r);
|
|
2786
2846
|
}
|
|
2787
2847
|
}
|
|
2788
|
-
class
|
|
2848
|
+
class ic {
|
|
2789
2849
|
constructor(r, s) {
|
|
2790
2850
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
2791
2851
|
{
|
|
@@ -2823,46 +2883,184 @@ class Ms {
|
|
|
2823
2883
|
));
|
|
2824
2884
|
}
|
|
2825
2885
|
}
|
|
2826
|
-
const
|
|
2886
|
+
const ie = {
|
|
2827
2887
|
name: "tab-panel"
|
|
2828
2888
|
};
|
|
2829
|
-
class
|
|
2889
|
+
class sc extends n {
|
|
2830
2890
|
constructor() {
|
|
2831
|
-
super(...arguments), this.type = "tabPanel", this.componentInfo =
|
|
2891
|
+
super(...arguments), this.type = "tabPanel", this.componentInfo = ie, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
2832
2892
|
}
|
|
2833
2893
|
}
|
|
2834
|
-
class
|
|
2894
|
+
class cc extends a {
|
|
2835
2895
|
constructor() {
|
|
2836
|
-
super(...arguments), this.componentInfo =
|
|
2896
|
+
super(...arguments), this.componentInfo = ie, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
2837
2897
|
}
|
|
2838
2898
|
wrap(r) {
|
|
2839
|
-
return new
|
|
2899
|
+
return new sc(this.ctx, r);
|
|
2840
2900
|
}
|
|
2841
2901
|
}
|
|
2842
|
-
class
|
|
2902
|
+
class oc {
|
|
2843
2903
|
constructor(r, s) {
|
|
2844
2904
|
this.ctx = r, this.wrapper = s, this.toHaveProp = (e, i) => {
|
|
2845
2905
|
throw new Error("Component does not have props.");
|
|
2846
2906
|
};
|
|
2847
2907
|
}
|
|
2848
2908
|
}
|
|
2849
|
-
const
|
|
2909
|
+
const se = {
|
|
2910
|
+
name: "table"
|
|
2911
|
+
};
|
|
2912
|
+
class nc extends n {
|
|
2913
|
+
constructor() {
|
|
2914
|
+
super(...arguments), this.type = "table", this.componentInfo = se, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
2915
|
+
}
|
|
2916
|
+
}
|
|
2917
|
+
class ac extends a {
|
|
2918
|
+
constructor() {
|
|
2919
|
+
super(...arguments), this.componentInfo = se, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
2920
|
+
}
|
|
2921
|
+
wrap(r) {
|
|
2922
|
+
return new nc(this.ctx, r);
|
|
2923
|
+
}
|
|
2924
|
+
}
|
|
2925
|
+
class hc {
|
|
2926
|
+
constructor(r, s) {
|
|
2927
|
+
this.ctx = r, this.wrapper = s, this.toHaveProp = (e, i) => {
|
|
2928
|
+
throw new Error("Component does not have props.");
|
|
2929
|
+
};
|
|
2930
|
+
}
|
|
2931
|
+
}
|
|
2932
|
+
const ce = {
|
|
2933
|
+
name: "table-body"
|
|
2934
|
+
};
|
|
2935
|
+
class pc extends n {
|
|
2936
|
+
constructor() {
|
|
2937
|
+
super(...arguments), this.type = "tableBody", this.componentInfo = ce, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
2938
|
+
}
|
|
2939
|
+
}
|
|
2940
|
+
class dc extends a {
|
|
2941
|
+
constructor() {
|
|
2942
|
+
super(...arguments), this.componentInfo = ce, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
2943
|
+
}
|
|
2944
|
+
wrap(r) {
|
|
2945
|
+
return new pc(this.ctx, r);
|
|
2946
|
+
}
|
|
2947
|
+
}
|
|
2948
|
+
class lc {
|
|
2949
|
+
constructor(r, s) {
|
|
2950
|
+
this.ctx = r, this.wrapper = s, this.toHaveProp = (e, i) => {
|
|
2951
|
+
throw new Error("Component does not have props.");
|
|
2952
|
+
};
|
|
2953
|
+
}
|
|
2954
|
+
}
|
|
2955
|
+
const oe = {
|
|
2956
|
+
name: "table-cell"
|
|
2957
|
+
};
|
|
2958
|
+
class xc extends n {
|
|
2959
|
+
constructor() {
|
|
2960
|
+
super(...arguments), this.type = "tableCell", this.componentInfo = oe, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
2961
|
+
}
|
|
2962
|
+
}
|
|
2963
|
+
class vc extends a {
|
|
2964
|
+
constructor() {
|
|
2965
|
+
super(...arguments), this.componentInfo = oe, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
2966
|
+
}
|
|
2967
|
+
wrap(r) {
|
|
2968
|
+
return new xc(this.ctx, r);
|
|
2969
|
+
}
|
|
2970
|
+
}
|
|
2971
|
+
class uc {
|
|
2972
|
+
constructor(r, s) {
|
|
2973
|
+
this.ctx = r, this.wrapper = s, this.toHaveProp = (e, i) => {
|
|
2974
|
+
throw new Error("Component does not have props.");
|
|
2975
|
+
};
|
|
2976
|
+
}
|
|
2977
|
+
}
|
|
2978
|
+
const ne = {
|
|
2979
|
+
name: "table-head"
|
|
2980
|
+
};
|
|
2981
|
+
class wc extends n {
|
|
2982
|
+
constructor() {
|
|
2983
|
+
super(...arguments), this.type = "tableHead", this.componentInfo = ne, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
2984
|
+
}
|
|
2985
|
+
}
|
|
2986
|
+
class bc extends a {
|
|
2987
|
+
constructor() {
|
|
2988
|
+
super(...arguments), this.componentInfo = ne, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
2989
|
+
}
|
|
2990
|
+
wrap(r) {
|
|
2991
|
+
return new wc(this.ctx, r);
|
|
2992
|
+
}
|
|
2993
|
+
}
|
|
2994
|
+
class mc {
|
|
2995
|
+
constructor(r, s) {
|
|
2996
|
+
this.ctx = r, this.wrapper = s, this.toHaveProp = (e, i) => {
|
|
2997
|
+
throw new Error("Component does not have props.");
|
|
2998
|
+
};
|
|
2999
|
+
}
|
|
3000
|
+
}
|
|
3001
|
+
const ae = {
|
|
3002
|
+
name: "table-header-cell"
|
|
3003
|
+
};
|
|
3004
|
+
class fc extends n {
|
|
3005
|
+
constructor() {
|
|
3006
|
+
super(...arguments), this.type = "tableHeaderCell", this.componentInfo = ae, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
3007
|
+
}
|
|
3008
|
+
}
|
|
3009
|
+
class Ec extends a {
|
|
3010
|
+
constructor() {
|
|
3011
|
+
super(...arguments), this.componentInfo = ae, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
3012
|
+
}
|
|
3013
|
+
wrap(r) {
|
|
3014
|
+
return new fc(this.ctx, r);
|
|
3015
|
+
}
|
|
3016
|
+
}
|
|
3017
|
+
class yc {
|
|
3018
|
+
constructor(r, s) {
|
|
3019
|
+
this.ctx = r, this.wrapper = s, this.toHaveProp = (e, i) => {
|
|
3020
|
+
throw new Error("Component does not have props.");
|
|
3021
|
+
};
|
|
3022
|
+
}
|
|
3023
|
+
}
|
|
3024
|
+
const he = {
|
|
3025
|
+
name: "table-row"
|
|
3026
|
+
};
|
|
3027
|
+
class Ic extends n {
|
|
3028
|
+
constructor() {
|
|
3029
|
+
super(...arguments), this.type = "tableRow", this.componentInfo = he, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
3030
|
+
}
|
|
3031
|
+
}
|
|
3032
|
+
class gc extends a {
|
|
3033
|
+
constructor() {
|
|
3034
|
+
super(...arguments), this.componentInfo = he, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
3035
|
+
}
|
|
3036
|
+
wrap(r) {
|
|
3037
|
+
return new Ic(this.ctx, r);
|
|
3038
|
+
}
|
|
3039
|
+
}
|
|
3040
|
+
class Ac {
|
|
3041
|
+
constructor(r, s) {
|
|
3042
|
+
this.ctx = r, this.wrapper = s, this.toHaveProp = (e, i) => {
|
|
3043
|
+
throw new Error("Component does not have props.");
|
|
3044
|
+
};
|
|
3045
|
+
}
|
|
3046
|
+
}
|
|
3047
|
+
const pe = {
|
|
2850
3048
|
name: "tabs"
|
|
2851
3049
|
};
|
|
2852
|
-
class
|
|
3050
|
+
class Hc extends n {
|
|
2853
3051
|
constructor() {
|
|
2854
|
-
super(...arguments), this.type = "tabs", this.componentInfo =
|
|
3052
|
+
super(...arguments), this.type = "tabs", this.componentInfo = pe, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
2855
3053
|
}
|
|
2856
3054
|
}
|
|
2857
|
-
class
|
|
3055
|
+
class Pc extends a {
|
|
2858
3056
|
constructor() {
|
|
2859
|
-
super(...arguments), this.componentInfo =
|
|
3057
|
+
super(...arguments), this.componentInfo = pe, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
2860
3058
|
}
|
|
2861
3059
|
wrap(r) {
|
|
2862
|
-
return new
|
|
3060
|
+
return new Hc(this.ctx, r);
|
|
2863
3061
|
}
|
|
2864
3062
|
}
|
|
2865
|
-
class
|
|
3063
|
+
class $c {
|
|
2866
3064
|
constructor(r, s) {
|
|
2867
3065
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
2868
3066
|
{
|
|
@@ -2876,23 +3074,23 @@ class Qs {
|
|
|
2876
3074
|
));
|
|
2877
3075
|
}
|
|
2878
3076
|
}
|
|
2879
|
-
const
|
|
3077
|
+
const de = {
|
|
2880
3078
|
name: "tag"
|
|
2881
3079
|
};
|
|
2882
|
-
class
|
|
3080
|
+
class Sc extends n {
|
|
2883
3081
|
constructor() {
|
|
2884
|
-
super(...arguments), this.type = "tag", this.componentInfo =
|
|
3082
|
+
super(...arguments), this.type = "tag", this.componentInfo = de, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.click = this.ctx.driver.wrapAction(b.bind(this, () => this.base())), this.remove = this.ctx.driver.wrapAction(b.bind(this, () => this.dismissButton())), this.select = this.ctx.driver.wrapAction(M.bind(this, !0)), this.unselect = this.ctx.driver.wrapAction(M.bind(this, !1)), this.base = v.bind(this, ".base"), this.dismissButton = v.bind(this, ".dismiss-button");
|
|
2885
3083
|
}
|
|
2886
3084
|
}
|
|
2887
|
-
class
|
|
3085
|
+
class Cc extends a {
|
|
2888
3086
|
constructor() {
|
|
2889
|
-
super(...arguments), this.componentInfo =
|
|
3087
|
+
super(...arguments), this.componentInfo = de, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
|
|
2890
3088
|
}
|
|
2891
3089
|
wrap(r) {
|
|
2892
|
-
return new
|
|
3090
|
+
return new Sc(this.ctx, r);
|
|
2893
3091
|
}
|
|
2894
3092
|
}
|
|
2895
|
-
class
|
|
3093
|
+
class qc {
|
|
2896
3094
|
constructor(r, s) {
|
|
2897
3095
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
2898
3096
|
{
|
|
@@ -2931,7 +3129,7 @@ class Zs {
|
|
|
2931
3129
|
{
|
|
2932
3130
|
type: "eval",
|
|
2933
3131
|
el: this.wrapper.unwrap(),
|
|
2934
|
-
fn:
|
|
3132
|
+
fn: C
|
|
2935
3133
|
},
|
|
2936
3134
|
!0,
|
|
2937
3135
|
"toBeDisabled()"
|
|
@@ -2939,53 +3137,53 @@ class Zs {
|
|
|
2939
3137
|
{
|
|
2940
3138
|
type: "eval",
|
|
2941
3139
|
el: this.wrapper.unwrap(),
|
|
2942
|
-
fn:
|
|
3140
|
+
fn: C
|
|
2943
3141
|
},
|
|
2944
3142
|
!1,
|
|
2945
3143
|
"notToBeDisabled()"
|
|
2946
3144
|
));
|
|
2947
3145
|
}
|
|
2948
3146
|
}
|
|
2949
|
-
const
|
|
3147
|
+
const le = {
|
|
2950
3148
|
name: "tag-group"
|
|
2951
3149
|
};
|
|
2952
|
-
class
|
|
3150
|
+
class Tc extends n {
|
|
2953
3151
|
constructor() {
|
|
2954
|
-
super(...arguments), this.type = "tagGroup", this.componentInfo =
|
|
3152
|
+
super(...arguments), this.type = "tagGroup", this.componentInfo = le, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
2955
3153
|
}
|
|
2956
3154
|
}
|
|
2957
|
-
class
|
|
3155
|
+
class kc extends a {
|
|
2958
3156
|
constructor() {
|
|
2959
|
-
super(...arguments), this.componentInfo =
|
|
3157
|
+
super(...arguments), this.componentInfo = le, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
2960
3158
|
}
|
|
2961
3159
|
wrap(r) {
|
|
2962
|
-
return new
|
|
3160
|
+
return new Tc(this.ctx, r);
|
|
2963
3161
|
}
|
|
2964
3162
|
}
|
|
2965
|
-
class
|
|
3163
|
+
class Bc {
|
|
2966
3164
|
constructor(r, s) {
|
|
2967
3165
|
this.ctx = r, this.wrapper = s, this.toHaveProp = (e, i) => {
|
|
2968
3166
|
throw new Error("Component does not have props.");
|
|
2969
3167
|
};
|
|
2970
3168
|
}
|
|
2971
3169
|
}
|
|
2972
|
-
const
|
|
3170
|
+
const xe = {
|
|
2973
3171
|
name: "text-area"
|
|
2974
3172
|
};
|
|
2975
|
-
class
|
|
3173
|
+
class Vc extends n {
|
|
2976
3174
|
constructor() {
|
|
2977
|
-
super(...arguments), this.type = "textArea", this.componentInfo =
|
|
3175
|
+
super(...arguments), this.type = "textArea", this.componentInfo = xe, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.fill = this.ctx.driver.wrapAction(V.bind(this, () => this.control())), this.clear = this.ctx.driver.wrapAction(W.bind(this, () => this.control())), this.control = v.bind(this, ".control");
|
|
2978
3176
|
}
|
|
2979
3177
|
}
|
|
2980
|
-
class
|
|
3178
|
+
class Wc extends a {
|
|
2981
3179
|
constructor() {
|
|
2982
|
-
super(...arguments), this.componentInfo =
|
|
3180
|
+
super(...arguments), this.componentInfo = xe, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
|
|
2983
3181
|
}
|
|
2984
3182
|
wrap(r) {
|
|
2985
|
-
return new
|
|
3183
|
+
return new Vc(this.ctx, r);
|
|
2986
3184
|
}
|
|
2987
3185
|
}
|
|
2988
|
-
class
|
|
3186
|
+
class Dc {
|
|
2989
3187
|
constructor(r, s) {
|
|
2990
3188
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
2991
3189
|
{
|
|
@@ -3015,23 +3213,23 @@ class sc {
|
|
|
3015
3213
|
));
|
|
3016
3214
|
}
|
|
3017
3215
|
}
|
|
3018
|
-
const
|
|
3216
|
+
const ve = {
|
|
3019
3217
|
name: "text-field"
|
|
3020
3218
|
};
|
|
3021
|
-
class
|
|
3219
|
+
class ue extends n {
|
|
3022
3220
|
constructor() {
|
|
3023
|
-
super(...arguments), this.type = "textField", this.componentInfo =
|
|
3221
|
+
super(...arguments), this.type = "textField", this.componentInfo = ve, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.fill = this.ctx.driver.wrapAction(V.bind(this, () => this.control())), this.clear = this.ctx.driver.wrapAction(W.bind(this, () => this.control())), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.control())), this.control = Ue.bind(this, 'input[slot="_control"]');
|
|
3024
3222
|
}
|
|
3025
3223
|
}
|
|
3026
|
-
class
|
|
3224
|
+
class Rc extends a {
|
|
3027
3225
|
constructor() {
|
|
3028
|
-
super(...arguments), this.componentInfo =
|
|
3226
|
+
super(...arguments), this.componentInfo = ve, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
|
|
3029
3227
|
}
|
|
3030
3228
|
wrap(r) {
|
|
3031
|
-
return new
|
|
3229
|
+
return new ue(this.ctx, r);
|
|
3032
3230
|
}
|
|
3033
3231
|
}
|
|
3034
|
-
class
|
|
3232
|
+
class Gc {
|
|
3035
3233
|
constructor(r, s) {
|
|
3036
3234
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
3037
3235
|
{
|
|
@@ -3069,23 +3267,23 @@ class oc {
|
|
|
3069
3267
|
));
|
|
3070
3268
|
}
|
|
3071
3269
|
}
|
|
3072
|
-
const
|
|
3270
|
+
const we = {
|
|
3073
3271
|
name: "time-picker"
|
|
3074
3272
|
};
|
|
3075
|
-
class
|
|
3273
|
+
class Lc extends n {
|
|
3076
3274
|
constructor() {
|
|
3077
|
-
super(...arguments), this.type = "timePicker", this.componentInfo =
|
|
3275
|
+
super(...arguments), this.type = "timePicker", this.componentInfo = we, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.clear = this.ctx.driver.wrapAction($.bind(this)), this.selectTime = this.ctx.driver.wrapAction(De.bind(this)), this.control = S.bind(this, "[data-vvd-component=text-field].control"), this.pickerButton = y.bind(this, "#picker-button"), this.clearButton = y.bind(this, "#clear-button");
|
|
3078
3276
|
}
|
|
3079
3277
|
}
|
|
3080
|
-
class
|
|
3278
|
+
class Oc extends a {
|
|
3081
3279
|
constructor() {
|
|
3082
|
-
super(...arguments), this.componentInfo =
|
|
3280
|
+
super(...arguments), this.componentInfo = we, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
|
|
3083
3281
|
}
|
|
3084
3282
|
wrap(r) {
|
|
3085
|
-
return new
|
|
3283
|
+
return new Lc(this.ctx, r);
|
|
3086
3284
|
}
|
|
3087
3285
|
}
|
|
3088
|
-
class
|
|
3286
|
+
class Fc {
|
|
3089
3287
|
constructor(r, s) {
|
|
3090
3288
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
3091
3289
|
{
|
|
@@ -3115,23 +3313,23 @@ class hc {
|
|
|
3115
3313
|
));
|
|
3116
3314
|
}
|
|
3117
3315
|
}
|
|
3118
|
-
const
|
|
3316
|
+
const be = {
|
|
3119
3317
|
name: "toggletip"
|
|
3120
3318
|
};
|
|
3121
|
-
class
|
|
3319
|
+
class Uc extends n {
|
|
3122
3320
|
constructor() {
|
|
3123
|
-
super(...arguments), this.type = "toggletip", this.componentInfo =
|
|
3321
|
+
super(...arguments), this.type = "toggletip", this.componentInfo = be, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
3124
3322
|
}
|
|
3125
3323
|
}
|
|
3126
|
-
class
|
|
3324
|
+
class Mc extends a {
|
|
3127
3325
|
constructor() {
|
|
3128
|
-
super(...arguments), this.componentInfo =
|
|
3326
|
+
super(...arguments), this.componentInfo = be, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byHeadline = this.ctx.driver.wrapSelector(k.bind(this));
|
|
3129
3327
|
}
|
|
3130
3328
|
wrap(r) {
|
|
3131
|
-
return new
|
|
3329
|
+
return new Uc(this.ctx, r);
|
|
3132
3330
|
}
|
|
3133
3331
|
}
|
|
3134
|
-
class
|
|
3332
|
+
class jc {
|
|
3135
3333
|
constructor(r, s) {
|
|
3136
3334
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
3137
3335
|
{
|
|
@@ -3161,23 +3359,23 @@ class lc {
|
|
|
3161
3359
|
));
|
|
3162
3360
|
}
|
|
3163
3361
|
}
|
|
3164
|
-
const
|
|
3362
|
+
const me = {
|
|
3165
3363
|
name: "tooltip"
|
|
3166
3364
|
};
|
|
3167
|
-
class
|
|
3365
|
+
class _c extends n {
|
|
3168
3366
|
constructor() {
|
|
3169
|
-
super(...arguments), this.type = "tooltip", this.componentInfo =
|
|
3367
|
+
super(...arguments), this.type = "tooltip", this.componentInfo = me, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
3170
3368
|
}
|
|
3171
3369
|
}
|
|
3172
|
-
class
|
|
3370
|
+
class zc extends a {
|
|
3173
3371
|
constructor() {
|
|
3174
|
-
super(...arguments), this.componentInfo =
|
|
3372
|
+
super(...arguments), this.componentInfo = me, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byText = this.ctx.driver.wrapSelector(B.bind(this));
|
|
3175
3373
|
}
|
|
3176
3374
|
wrap(r) {
|
|
3177
|
-
return new
|
|
3375
|
+
return new _c(this.ctx, r);
|
|
3178
3376
|
}
|
|
3179
3377
|
}
|
|
3180
|
-
class
|
|
3378
|
+
class Jc {
|
|
3181
3379
|
constructor(r, s) {
|
|
3182
3380
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
3183
3381
|
{
|
|
@@ -3207,23 +3405,23 @@ class uc {
|
|
|
3207
3405
|
));
|
|
3208
3406
|
}
|
|
3209
3407
|
}
|
|
3210
|
-
const
|
|
3408
|
+
const fe = {
|
|
3211
3409
|
name: "tree-item"
|
|
3212
3410
|
};
|
|
3213
|
-
class
|
|
3411
|
+
class Kc extends n {
|
|
3214
3412
|
constructor() {
|
|
3215
|
-
super(...arguments), this.type = "treeItem", this.componentInfo =
|
|
3413
|
+
super(...arguments), this.type = "treeItem", this.componentInfo = fe, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
3216
3414
|
}
|
|
3217
3415
|
}
|
|
3218
|
-
class
|
|
3416
|
+
class Qc extends a {
|
|
3219
3417
|
constructor() {
|
|
3220
|
-
super(...arguments), this.componentInfo =
|
|
3418
|
+
super(...arguments), this.componentInfo = fe, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
3221
3419
|
}
|
|
3222
3420
|
wrap(r) {
|
|
3223
|
-
return new
|
|
3421
|
+
return new Kc(this.ctx, r);
|
|
3224
3422
|
}
|
|
3225
3423
|
}
|
|
3226
|
-
class
|
|
3424
|
+
class Xc {
|
|
3227
3425
|
constructor(r, s) {
|
|
3228
3426
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
3229
3427
|
{
|
|
@@ -3245,23 +3443,23 @@ class mc {
|
|
|
3245
3443
|
));
|
|
3246
3444
|
}
|
|
3247
3445
|
}
|
|
3248
|
-
const
|
|
3446
|
+
const Ee = {
|
|
3249
3447
|
name: "tree-view"
|
|
3250
3448
|
};
|
|
3251
|
-
class
|
|
3449
|
+
class Yc extends n {
|
|
3252
3450
|
constructor() {
|
|
3253
|
-
super(...arguments), this.type = "treeView", this.componentInfo =
|
|
3451
|
+
super(...arguments), this.type = "treeView", this.componentInfo = Ee, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
3254
3452
|
}
|
|
3255
3453
|
}
|
|
3256
|
-
class
|
|
3454
|
+
class Zc extends a {
|
|
3257
3455
|
constructor() {
|
|
3258
|
-
super(...arguments), this.componentInfo =
|
|
3456
|
+
super(...arguments), this.componentInfo = Ee, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
3259
3457
|
}
|
|
3260
3458
|
wrap(r) {
|
|
3261
|
-
return new
|
|
3459
|
+
return new Yc(this.ctx, r);
|
|
3262
3460
|
}
|
|
3263
3461
|
}
|
|
3264
|
-
class
|
|
3462
|
+
class Nc {
|
|
3265
3463
|
constructor(r, s) {
|
|
3266
3464
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
3267
3465
|
{
|
|
@@ -3275,23 +3473,23 @@ class yc {
|
|
|
3275
3473
|
));
|
|
3276
3474
|
}
|
|
3277
3475
|
}
|
|
3278
|
-
const
|
|
3476
|
+
const ye = {
|
|
3279
3477
|
name: "video-player"
|
|
3280
3478
|
};
|
|
3281
|
-
class
|
|
3479
|
+
class to extends n {
|
|
3282
3480
|
constructor() {
|
|
3283
|
-
super(...arguments), this.type = "videoPlayer", this.componentInfo =
|
|
3481
|
+
super(...arguments), this.type = "videoPlayer", this.componentInfo = ye, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
|
|
3284
3482
|
}
|
|
3285
3483
|
}
|
|
3286
|
-
class
|
|
3484
|
+
class eo extends a {
|
|
3287
3485
|
constructor() {
|
|
3288
|
-
super(...arguments), this.componentInfo =
|
|
3486
|
+
super(...arguments), this.componentInfo = ye, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
|
|
3289
3487
|
}
|
|
3290
3488
|
wrap(r) {
|
|
3291
|
-
return new
|
|
3489
|
+
return new to(this.ctx, r);
|
|
3292
3490
|
}
|
|
3293
3491
|
}
|
|
3294
|
-
class
|
|
3492
|
+
class ro {
|
|
3295
3493
|
constructor(r, s) {
|
|
3296
3494
|
this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
|
|
3297
3495
|
{
|
|
@@ -3306,80 +3504,88 @@ class Ac {
|
|
|
3306
3504
|
}
|
|
3307
3505
|
}
|
|
3308
3506
|
const j = {
|
|
3309
|
-
collection:
|
|
3310
|
-
accordion:
|
|
3311
|
-
accordionItem:
|
|
3312
|
-
actionGroup:
|
|
3313
|
-
alert:
|
|
3314
|
-
audioPlayer:
|
|
3315
|
-
avatar:
|
|
3316
|
-
badge:
|
|
3317
|
-
banner:
|
|
3318
|
-
breadcrumb:
|
|
3319
|
-
breadcrumbItem:
|
|
3320
|
-
button:
|
|
3321
|
-
calendar:
|
|
3322
|
-
calendarEvent:
|
|
3323
|
-
card:
|
|
3324
|
-
checkbox:
|
|
3325
|
-
colorPicker:
|
|
3326
|
-
combobox:
|
|
3327
|
-
contextualHelp:
|
|
3328
|
-
dataGrid:
|
|
3329
|
-
dataGridCell:
|
|
3330
|
-
dataGridRow:
|
|
3331
|
-
datePicker:
|
|
3332
|
-
dateRangePicker:
|
|
3333
|
-
dateTimePicker:
|
|
3334
|
-
dialPad:
|
|
3335
|
-
dialog:
|
|
3336
|
-
divider:
|
|
3337
|
-
emptyState:
|
|
3338
|
-
fab:
|
|
3339
|
-
filePicker:
|
|
3340
|
-
header:
|
|
3341
|
-
icon:
|
|
3342
|
-
layout:
|
|
3343
|
-
menu:
|
|
3344
|
-
menuItem:
|
|
3345
|
-
nav:
|
|
3346
|
-
navDisclosure:
|
|
3347
|
-
navItem:
|
|
3348
|
-
note:
|
|
3349
|
-
numberField:
|
|
3350
|
-
option:
|
|
3351
|
-
pagination:
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
|
|
3360
|
-
|
|
3361
|
-
|
|
3362
|
-
|
|
3363
|
-
|
|
3364
|
-
|
|
3365
|
-
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3507
|
+
collection: ge,
|
|
3508
|
+
accordion: ze,
|
|
3509
|
+
accordionItem: Qe,
|
|
3510
|
+
actionGroup: Ze,
|
|
3511
|
+
alert: er,
|
|
3512
|
+
audioPlayer: sr,
|
|
3513
|
+
avatar: nr,
|
|
3514
|
+
badge: pr,
|
|
3515
|
+
banner: xr,
|
|
3516
|
+
breadcrumb: wr,
|
|
3517
|
+
breadcrumbItem: fr,
|
|
3518
|
+
button: yr,
|
|
3519
|
+
calendar: Ar,
|
|
3520
|
+
calendarEvent: $r,
|
|
3521
|
+
card: qr,
|
|
3522
|
+
checkbox: Br,
|
|
3523
|
+
colorPicker: Dr,
|
|
3524
|
+
combobox: Lr,
|
|
3525
|
+
contextualHelp: Ur,
|
|
3526
|
+
dataGrid: _r,
|
|
3527
|
+
dataGridCell: Kr,
|
|
3528
|
+
dataGridRow: Yr,
|
|
3529
|
+
datePicker: ti,
|
|
3530
|
+
dateRangePicker: ii,
|
|
3531
|
+
dateTimePicker: oi,
|
|
3532
|
+
dialPad: hi,
|
|
3533
|
+
dialog: li,
|
|
3534
|
+
divider: ui,
|
|
3535
|
+
emptyState: mi,
|
|
3536
|
+
fab: yi,
|
|
3537
|
+
filePicker: Ai,
|
|
3538
|
+
header: $i,
|
|
3539
|
+
icon: qi,
|
|
3540
|
+
layout: Bi,
|
|
3541
|
+
menu: Di,
|
|
3542
|
+
menuItem: Li,
|
|
3543
|
+
nav: Ui,
|
|
3544
|
+
navDisclosure: _i,
|
|
3545
|
+
navItem: Ki,
|
|
3546
|
+
note: Yi,
|
|
3547
|
+
numberField: ts,
|
|
3548
|
+
option: is,
|
|
3549
|
+
pagination: os,
|
|
3550
|
+
popover: hs,
|
|
3551
|
+
progress: ls,
|
|
3552
|
+
progressRing: us,
|
|
3553
|
+
radio: ms,
|
|
3554
|
+
radioGroup: ys,
|
|
3555
|
+
rangeSlider: As,
|
|
3556
|
+
richTextEditor: $s,
|
|
3557
|
+
richTextView: qs,
|
|
3558
|
+
searchableSelect: Bs,
|
|
3559
|
+
select: Ds,
|
|
3560
|
+
selectableBox: Ls,
|
|
3561
|
+
sideDrawer: Us,
|
|
3562
|
+
simpleColorPicker: _s,
|
|
3563
|
+
slider: Ks,
|
|
3564
|
+
splitButton: Ys,
|
|
3565
|
+
switch: tc,
|
|
3566
|
+
tab: ic,
|
|
3567
|
+
tabPanel: oc,
|
|
3568
|
+
table: hc,
|
|
3569
|
+
tableBody: lc,
|
|
3570
|
+
tableCell: uc,
|
|
3571
|
+
tableHead: mc,
|
|
3572
|
+
tableHeaderCell: yc,
|
|
3573
|
+
tableRow: Ac,
|
|
3574
|
+
tabs: $c,
|
|
3575
|
+
tag: qc,
|
|
3576
|
+
tagGroup: Bc,
|
|
3577
|
+
textArea: Dc,
|
|
3578
|
+
textField: Gc,
|
|
3579
|
+
timePicker: Fc,
|
|
3580
|
+
toggletip: jc,
|
|
3581
|
+
tooltip: Jc,
|
|
3582
|
+
treeItem: Xc,
|
|
3583
|
+
treeView: Nc,
|
|
3584
|
+
videoPlayer: ro
|
|
3585
|
+
};
|
|
3586
|
+
class io {
|
|
3381
3587
|
constructor(r) {
|
|
3382
|
-
this.ctx = r, this.accordion = new
|
|
3588
|
+
this.ctx = r, this.accordion = new _e(this.ctx), this.accordionItem = new Ke(this.ctx), this.actionGroup = new Ye(this.ctx), this.alert = new tr(this.ctx), this.audioPlayer = new ir(this.ctx), this.avatar = new or(this.ctx), this.badge = new hr(this.ctx), this.banner = new lr(this.ctx), this.breadcrumb = new ur(this.ctx), this.breadcrumbItem = new mr(this.ctx), this.button = new Er(this.ctx), this.calendar = new gr(this.ctx), this.calendarEvent = new Pr(this.ctx), this.card = new Cr(this.ctx), this.checkbox = new kr(this.ctx), this.colorPicker = new Wr(this.ctx), this.combobox = new Gr(this.ctx), this.contextualHelp = new Fr(this.ctx), this.dataGrid = new jr(this.ctx), this.dataGridCell = new Jr(this.ctx), this.dataGridRow = new Xr(this.ctx), this.datePicker = new Nr(this.ctx), this.dateRangePicker = new ri(this.ctx), this.dateTimePicker = new ci(this.ctx), this.dialPad = new ai(this.ctx), this.dialog = new di(this.ctx), this.divider = new vi(this.ctx), this.emptyState = new bi(this.ctx), this.fab = new Ei(this.ctx), this.filePicker = new gi(this.ctx), this.header = new Pi(this.ctx), this.icon = new Ci(this.ctx), this.layout = new ki(this.ctx), this.menu = new Wi(this.ctx), this.menuItem = new Gi(this.ctx), this.nav = new Fi(this.ctx), this.navDisclosure = new ji(this.ctx), this.navItem = new Ji(this.ctx), this.note = new Xi(this.ctx), this.numberField = new Ni(this.ctx), this.option = new rs(this.ctx), this.pagination = new cs(this.ctx), this.popover = new as(this.ctx), this.progress = new ds(this.ctx), this.progressRing = new vs(this.ctx), this.radio = new bs(this.ctx), this.radioGroup = new Es(this.ctx), this.rangeSlider = new gs(this.ctx), this.richTextEditor = new Ps(this.ctx), this.richTextView = new Cs(this.ctx), this.searchableSelect = new ks(this.ctx), this.select = new Ws(this.ctx), this.selectableBox = new Gs(this.ctx), this.sideDrawer = new Fs(this.ctx), this.simpleColorPicker = new js(this.ctx), this.slider = new Js(this.ctx), this.splitButton = new Xs(this.ctx), this.switch = new Ns(this.ctx), this.tab = new rc(this.ctx), this.tabPanel = new cc(this.ctx), this.table = new ac(this.ctx), this.tableBody = new dc(this.ctx), this.tableCell = new vc(this.ctx), this.tableHead = new bc(this.ctx), this.tableHeaderCell = new Ec(this.ctx), this.tableRow = new gc(this.ctx), this.tabs = new Pc(this.ctx), this.tag = new Cc(this.ctx), this.tagGroup = new kc(this.ctx), this.textArea = new Wc(this.ctx), this.textField = new Rc(this.ctx), this.timePicker = new Oc(this.ctx), this.toggletip = new Mc(this.ctx), this.tooltip = new zc(this.ctx), this.treeItem = new Qc(this.ctx), this.treeView = new Zc(this.ctx), this.videoPlayer = new eo(this.ctx);
|
|
3383
3589
|
}
|
|
3384
3590
|
expect(r) {
|
|
3385
3591
|
if (r.type in j)
|
|
@@ -3391,5 +3597,5 @@ class Hc {
|
|
|
3391
3597
|
}
|
|
3392
3598
|
}
|
|
3393
3599
|
export {
|
|
3394
|
-
|
|
3600
|
+
io as V
|
|
3395
3601
|
};
|