@skbkontur/playwright-react-ui-components 1.14.2-beta.1 → 1.15.0-beta.1

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.
Files changed (106) hide show
  1. package/build/src/assertions/AutocompleteAssertions.js +9 -9
  2. package/build/src/assertions/ButtonAssertions.js +8 -8
  3. package/build/src/assertions/CheckboxAssertions.js +11 -11
  4. package/build/src/assertions/ComboBoxAssertions.js +8 -8
  5. package/build/src/assertions/ComponentListAssertions.js +5 -5
  6. package/build/src/assertions/CurrencyInputAssertions.js +8 -8
  7. package/build/src/assertions/DateInputAssertions.js +8 -8
  8. package/build/src/assertions/DatePickerAssertions.js +8 -8
  9. package/build/src/assertions/DateRangePickerAssertions.js +2 -2
  10. package/build/src/assertions/DropdownAssertions.js +8 -8
  11. package/build/src/assertions/DropdownMenuAssertions.js +4 -4
  12. package/build/src/assertions/FileUploaderAssertions.js +2 -2
  13. package/build/src/assertions/FxInputAssertions.js +8 -8
  14. package/build/src/assertions/InputAssertions.js +9 -9
  15. package/build/src/assertions/KebabAssertions.js +2 -2
  16. package/build/src/assertions/LabelAssertions.js +6 -6
  17. package/build/src/assertions/LinkAssertions.js +8 -8
  18. package/build/src/assertions/LoaderAssertions.js +1 -1
  19. package/build/src/assertions/MenuItemAssertations.js +4 -4
  20. package/build/src/assertions/PagingAssertions.js +2 -2
  21. package/build/src/assertions/PortalAssertions.js +2 -2
  22. package/build/src/assertions/RadioAssertions.js +12 -12
  23. package/build/src/assertions/RadioGroupAssertions.js +2 -2
  24. package/build/src/assertions/SelectAssertions.js +6 -6
  25. package/build/src/assertions/SpinnerAssertions.js +1 -1
  26. package/build/src/assertions/TabAssertions.js +8 -8
  27. package/build/src/assertions/TextareaAssertions.js +8 -8
  28. package/build/src/assertions/ToastAssertions.js +1 -1
  29. package/build/src/assertions/ToggleAssertions.js +10 -10
  30. package/build/src/assertions/TokenAssertions.js +7 -7
  31. package/build/src/assertions/TokenInputAssertions.js +6 -6
  32. package/build/src/assertions/TooltipAssertions.js +4 -4
  33. package/build/src/extensions/mergedExpects.d.ts +1 -2
  34. package/build/src/extensions/mergedExpects.js +1 -2
  35. package/build/src/matchers/component/toBeChecked.d.ts +3 -0
  36. package/build/src/matchers/component/{toBeCheckedEx.js → toBeChecked.js} +2 -2
  37. package/build/src/matchers/component/toBeCheckedByIndex.js +2 -2
  38. package/build/src/matchers/component/toBeCheckedByText.js +2 -2
  39. package/build/src/matchers/component/toBeCheckedByValue.js +2 -2
  40. package/build/src/matchers/component/toBeDisabled.d.ts +3 -0
  41. package/build/src/matchers/component/{toBeDisabledEx.js → toBeDisabled.js} +5 -5
  42. package/build/src/matchers/component/toBeEmpty.d.ts +3 -0
  43. package/build/src/matchers/component/{toBeEmptyEx.js → toBeEmpty.js} +4 -4
  44. package/build/src/matchers/component/toBeEnabled.d.ts +3 -0
  45. package/build/src/matchers/component/{toBeEnabledEx.js → toBeEnabled.js} +4 -4
  46. package/build/src/matchers/component/toBeFocused.d.ts +3 -0
  47. package/build/src/matchers/component/{toBeFocusedEx.js → toBeFocused.js} +2 -2
  48. package/build/src/matchers/component/toBeHidden.d.ts +3 -0
  49. package/build/src/matchers/component/{toBeHiddenEx.js → toBeHidden.js} +2 -2
  50. package/build/src/matchers/component/toBeUnchecked.js +1 -1
  51. package/build/src/matchers/component/toBeVisible.d.ts +3 -0
  52. package/build/src/matchers/component/{toBeVisibleEx.js → toBeVisible.js} +2 -2
  53. package/build/src/matchers/component/toContainFormattedText.d.ts +3 -0
  54. package/build/src/matchers/component/toContainFormattedText.js +77 -0
  55. package/build/src/matchers/component/toContainItem.d.ts +1 -1
  56. package/build/src/matchers/component/toContainItem.js +2 -1
  57. package/build/src/matchers/component/toContainItems.js +1 -1
  58. package/build/src/matchers/component/toContainTabs.js +2 -2
  59. package/build/src/matchers/component/toContainText.d.ts +3 -0
  60. package/build/src/matchers/component/{toContainTextEx.js → toContainText.js} +2 -2
  61. package/build/src/matchers/component/toContainTokens.js +2 -2
  62. package/build/src/matchers/component/toContainUploadedFiles.js +2 -2
  63. package/build/src/matchers/component/toHaveAttribute.d.ts +3 -0
  64. package/build/src/matchers/component/{toHaveAttributeEx.js → toHaveAttribute.js} +2 -2
  65. package/build/src/matchers/component/toHaveCount.d.ts +3 -0
  66. package/build/src/matchers/component/{toHaveCountEx.js → toHaveCount.js} +2 -2
  67. package/build/src/matchers/component/toHaveError.js +1 -1
  68. package/build/src/matchers/component/toHaveFormattedText.d.ts +3 -0
  69. package/build/src/matchers/component/toHaveFormattedText.js +77 -0
  70. package/build/src/matchers/component/toHaveFormattedValue.d.ts +3 -0
  71. package/build/src/matchers/component/toHaveFormattedValue.js +77 -0
  72. package/build/src/matchers/component/toHaveItems.js +1 -1
  73. package/build/src/matchers/component/toHaveText.d.ts +3 -0
  74. package/build/src/matchers/component/{toHaveTextEx.js → toHaveText.js} +2 -2
  75. package/build/src/matchers/component/{toHaveValueEx.d.ts → toHaveValue.d.ts} +1 -1
  76. package/build/src/matchers/component/{toHaveValueEx.js → toHaveValue.js} +6 -6
  77. package/build/src/matchers/component/toHaveWarning.js +1 -1
  78. package/build/src/matchers/componentMatchers.d.ts +36 -36
  79. package/build/src/matchers/componentMatchers.js +42 -48
  80. package/build/src/matchers/createAsyncMatcher.d.ts +10 -10
  81. package/build/src/matchers/createAsyncMatcher.js +26 -19
  82. package/build/src/matchers/index.d.ts +0 -1
  83. package/build/src/matchers/index.js +0 -1
  84. package/build/src/options/AssertionOptions.d.ts +1 -1
  85. package/build/src/utils/removeSpaces.d.ts +6 -0
  86. package/build/src/utils/removeSpaces.js +10 -0
  87. package/package.json +2 -2
  88. package/build/src/matchers/component/toBeCheckedEx.d.ts +0 -3
  89. package/build/src/matchers/component/toBeDisabledEx.d.ts +0 -3
  90. package/build/src/matchers/component/toBeEmptyEx.d.ts +0 -3
  91. package/build/src/matchers/component/toBeEnabledEx.d.ts +0 -3
  92. package/build/src/matchers/component/toBeFocusedEx.d.ts +0 -3
  93. package/build/src/matchers/component/toBeHiddenEx.d.ts +0 -3
  94. package/build/src/matchers/component/toBeVisibleEx.d.ts +0 -3
  95. package/build/src/matchers/component/toContainFormattedTextEx.d.ts +0 -3
  96. package/build/src/matchers/component/toContainFormattedTextEx.js +0 -55
  97. package/build/src/matchers/component/toContainTextEx.d.ts +0 -3
  98. package/build/src/matchers/component/toHaveAttributeEx.d.ts +0 -3
  99. package/build/src/matchers/component/toHaveCountEx.d.ts +0 -3
  100. package/build/src/matchers/component/toHaveFormattedTextEx.d.ts +0 -3
  101. package/build/src/matchers/component/toHaveFormattedTextEx.js +0 -56
  102. package/build/src/matchers/component/toHaveFormattedValueEx.d.ts +0 -3
  103. package/build/src/matchers/component/toHaveFormattedValueEx.js +0 -56
  104. package/build/src/matchers/component/toHaveTextEx.d.ts +0 -3
  105. package/build/src/matchers/formattedMatchers.d.ts +0 -21
  106. package/build/src/matchers/formattedMatchers.js +0 -129
@@ -65,7 +65,7 @@ var DropdownAssertions = /** @class */ (function (_super) {
65
65
  return __awaiter(this, void 0, void 0, function () {
66
66
  return __generator(this, function (_a) {
67
67
  switch (_a.label) {
68
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.dropdown).toBeEnabledEx(options)];
68
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.dropdown).toBeEnabled(options)];
69
69
  case 1:
70
70
  _a.sent();
71
71
  return [2 /*return*/];
@@ -77,7 +77,7 @@ var DropdownAssertions = /** @class */ (function (_super) {
77
77
  return __awaiter(this, void 0, void 0, function () {
78
78
  return __generator(this, function (_a) {
79
79
  switch (_a.label) {
80
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.dropdown).toBeDisabledEx(options)];
80
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.dropdown).toBeDisabled(options)];
81
81
  case 1:
82
82
  _a.sent();
83
83
  return [2 /*return*/];
@@ -89,7 +89,7 @@ var DropdownAssertions = /** @class */ (function (_super) {
89
89
  return __awaiter(this, void 0, void 0, function () {
90
90
  return __generator(this, function (_a) {
91
91
  switch (_a.label) {
92
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.dropdown).toHaveTextEx(text, options)];
92
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.dropdown).toHaveText(text, options)];
93
93
  case 1:
94
94
  _a.sent();
95
95
  return [2 /*return*/];
@@ -101,7 +101,7 @@ var DropdownAssertions = /** @class */ (function (_super) {
101
101
  return __awaiter(this, void 0, void 0, function () {
102
102
  return __generator(this, function (_a) {
103
103
  switch (_a.label) {
104
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.dropdown).not.toHaveTextEx(text, options)];
104
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.dropdown).not.toHaveText(text, options)];
105
105
  case 1:
106
106
  _a.sent();
107
107
  return [2 /*return*/];
@@ -113,7 +113,7 @@ var DropdownAssertions = /** @class */ (function (_super) {
113
113
  return __awaiter(this, void 0, void 0, function () {
114
114
  return __generator(this, function (_a) {
115
115
  switch (_a.label) {
116
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.dropdown).toContainTextEx(text, options)];
116
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.dropdown).toContainText(text, options)];
117
117
  case 1:
118
118
  _a.sent();
119
119
  return [2 /*return*/];
@@ -125,7 +125,7 @@ var DropdownAssertions = /** @class */ (function (_super) {
125
125
  return __awaiter(this, void 0, void 0, function () {
126
126
  return __generator(this, function (_a) {
127
127
  switch (_a.label) {
128
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.dropdown).not.toContainTextEx(text, options)];
128
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.dropdown).not.toContainText(text, options)];
129
129
  case 1:
130
130
  _a.sent();
131
131
  return [2 /*return*/];
@@ -185,7 +185,7 @@ var DropdownAssertions = /** @class */ (function (_super) {
185
185
  return __awaiter(this, void 0, void 0, function () {
186
186
  return __generator(this, function (_a) {
187
187
  switch (_a.label) {
188
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.dropdown).toBeFocusedEx(options)];
188
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.dropdown).toBeFocused(options)];
189
189
  case 1:
190
190
  _a.sent();
191
191
  return [2 /*return*/];
@@ -197,7 +197,7 @@ var DropdownAssertions = /** @class */ (function (_super) {
197
197
  return __awaiter(this, void 0, void 0, function () {
198
198
  return __generator(this, function (_a) {
199
199
  switch (_a.label) {
200
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.dropdown).not.toBeFocusedEx(options)];
200
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.dropdown).not.toBeFocused(options)];
201
201
  case 1:
202
202
  _a.sent();
203
203
  return [2 /*return*/];
@@ -65,7 +65,7 @@ var DropdownMenuAssertions = /** @class */ (function (_super) {
65
65
  return __awaiter(this, void 0, void 0, function () {
66
66
  return __generator(this, function (_a) {
67
67
  switch (_a.label) {
68
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.dropdownMenu).toHaveTextEx(text, options)];
68
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.dropdownMenu).toHaveText(text, options)];
69
69
  case 1:
70
70
  _a.sent();
71
71
  return [2 /*return*/];
@@ -77,7 +77,7 @@ var DropdownMenuAssertions = /** @class */ (function (_super) {
77
77
  return __awaiter(this, void 0, void 0, function () {
78
78
  return __generator(this, function (_a) {
79
79
  switch (_a.label) {
80
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.dropdownMenu).not.toHaveTextEx(text, options)];
80
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.dropdownMenu).not.toHaveText(text, options)];
81
81
  case 1:
82
82
  _a.sent();
83
83
  return [2 /*return*/];
@@ -89,7 +89,7 @@ var DropdownMenuAssertions = /** @class */ (function (_super) {
89
89
  return __awaiter(this, void 0, void 0, function () {
90
90
  return __generator(this, function (_a) {
91
91
  switch (_a.label) {
92
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.dropdownMenu).toContainTextEx(text, options)];
92
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.dropdownMenu).toContainText(text, options)];
93
93
  case 1:
94
94
  _a.sent();
95
95
  return [2 /*return*/];
@@ -101,7 +101,7 @@ var DropdownMenuAssertions = /** @class */ (function (_super) {
101
101
  return __awaiter(this, void 0, void 0, function () {
102
102
  return __generator(this, function (_a) {
103
103
  switch (_a.label) {
104
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.dropdownMenu).not.toContainTextEx(text, options)];
104
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.dropdownMenu).not.toContainText(text, options)];
105
105
  case 1:
106
106
  _a.sent();
107
107
  return [2 /*return*/];
@@ -65,7 +65,7 @@ var FileUploaderAssertions = /** @class */ (function (_super) {
65
65
  return __awaiter(this, void 0, void 0, function () {
66
66
  return __generator(this, function (_a) {
67
67
  switch (_a.label) {
68
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.fileUploader).toBeEnabledEx(options)];
68
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.fileUploader).toBeEnabled(options)];
69
69
  case 1:
70
70
  _a.sent();
71
71
  return [2 /*return*/];
@@ -77,7 +77,7 @@ var FileUploaderAssertions = /** @class */ (function (_super) {
77
77
  return __awaiter(this, void 0, void 0, function () {
78
78
  return __generator(this, function (_a) {
79
79
  switch (_a.label) {
80
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.fileUploader).toBeDisabledEx(options)];
80
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.fileUploader).toBeDisabled(options)];
81
81
  case 1:
82
82
  _a.sent();
83
83
  return [2 /*return*/];
@@ -65,7 +65,7 @@ var FxInputAssertions = /** @class */ (function (_super) {
65
65
  return __awaiter(this, void 0, void 0, function () {
66
66
  return __generator(this, function (_a) {
67
67
  switch (_a.label) {
68
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.fxInput).toBeEnabledEx(options)];
68
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.fxInput).toBeEnabled(options)];
69
69
  case 1:
70
70
  _a.sent();
71
71
  return [2 /*return*/];
@@ -77,7 +77,7 @@ var FxInputAssertions = /** @class */ (function (_super) {
77
77
  return __awaiter(this, void 0, void 0, function () {
78
78
  return __generator(this, function (_a) {
79
79
  switch (_a.label) {
80
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.fxInput).toBeDisabledEx(options)];
80
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.fxInput).toBeDisabled(options)];
81
81
  case 1:
82
82
  _a.sent();
83
83
  return [2 /*return*/];
@@ -89,7 +89,7 @@ var FxInputAssertions = /** @class */ (function (_super) {
89
89
  return __awaiter(this, void 0, void 0, function () {
90
90
  return __generator(this, function (_a) {
91
91
  switch (_a.label) {
92
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.fxInput).toHaveValueEx(value, options)];
92
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.fxInput).toHaveValue(value, options)];
93
93
  case 1:
94
94
  _a.sent();
95
95
  return [2 /*return*/];
@@ -101,7 +101,7 @@ var FxInputAssertions = /** @class */ (function (_super) {
101
101
  return __awaiter(this, void 0, void 0, function () {
102
102
  return __generator(this, function (_a) {
103
103
  switch (_a.label) {
104
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.fxInput).not.toHaveValueEx(value, options)];
104
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.fxInput).not.toHaveValue(value, options)];
105
105
  case 1:
106
106
  _a.sent();
107
107
  return [2 /*return*/];
@@ -113,7 +113,7 @@ var FxInputAssertions = /** @class */ (function (_super) {
113
113
  return __awaiter(this, void 0, void 0, function () {
114
114
  return __generator(this, function (_a) {
115
115
  switch (_a.label) {
116
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.fxInput).toBeEmptyEx(options)];
116
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.fxInput).toBeEmpty(options)];
117
117
  case 1:
118
118
  _a.sent();
119
119
  return [2 /*return*/];
@@ -125,7 +125,7 @@ var FxInputAssertions = /** @class */ (function (_super) {
125
125
  return __awaiter(this, void 0, void 0, function () {
126
126
  return __generator(this, function (_a) {
127
127
  switch (_a.label) {
128
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.fxInput).not.toBeEmptyEx(options)];
128
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.fxInput).not.toBeEmpty(options)];
129
129
  case 1:
130
130
  _a.sent();
131
131
  return [2 /*return*/];
@@ -137,7 +137,7 @@ var FxInputAssertions = /** @class */ (function (_super) {
137
137
  return __awaiter(this, void 0, void 0, function () {
138
138
  return __generator(this, function (_a) {
139
139
  switch (_a.label) {
140
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.fxInput).toBeFocusedEx(options)];
140
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.fxInput).toBeFocused(options)];
141
141
  case 1:
142
142
  _a.sent();
143
143
  return [2 /*return*/];
@@ -149,7 +149,7 @@ var FxInputAssertions = /** @class */ (function (_super) {
149
149
  return __awaiter(this, void 0, void 0, function () {
150
150
  return __generator(this, function (_a) {
151
151
  switch (_a.label) {
152
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.fxInput).not.toBeFocusedEx(options)];
152
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.fxInput).not.toBeFocused(options)];
153
153
  case 1:
154
154
  _a.sent();
155
155
  return [2 /*return*/];
@@ -65,7 +65,7 @@ var InputAssertions = /** @class */ (function (_super) {
65
65
  return __awaiter(this, void 0, void 0, function () {
66
66
  return __generator(this, function (_a) {
67
67
  switch (_a.label) {
68
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.input).toBeEnabledEx(options)];
68
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.input).toBeEnabled(options)];
69
69
  case 1:
70
70
  _a.sent();
71
71
  return [2 /*return*/];
@@ -77,7 +77,7 @@ var InputAssertions = /** @class */ (function (_super) {
77
77
  return __awaiter(this, void 0, void 0, function () {
78
78
  return __generator(this, function (_a) {
79
79
  switch (_a.label) {
80
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.input).toBeDisabledEx(options)];
80
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.input).toBeDisabled(options)];
81
81
  case 1:
82
82
  _a.sent();
83
83
  return [2 /*return*/];
@@ -89,7 +89,7 @@ var InputAssertions = /** @class */ (function (_super) {
89
89
  return __awaiter(this, void 0, void 0, function () {
90
90
  return __generator(this, function (_a) {
91
91
  switch (_a.label) {
92
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.input).toHaveValueEx(value, options)];
92
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.input).toHaveValue(value, options)];
93
93
  case 1:
94
94
  _a.sent();
95
95
  return [2 /*return*/];
@@ -101,7 +101,7 @@ var InputAssertions = /** @class */ (function (_super) {
101
101
  return __awaiter(this, void 0, void 0, function () {
102
102
  return __generator(this, function (_a) {
103
103
  switch (_a.label) {
104
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.input).not.toHaveValueEx(value, options)];
104
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.input).not.toHaveValue(value, options)];
105
105
  case 1:
106
106
  _a.sent();
107
107
  return [2 /*return*/];
@@ -116,7 +116,7 @@ var InputAssertions = /** @class */ (function (_super) {
116
116
  return __awaiter(this, void 0, void 0, function () {
117
117
  return __generator(this, function (_a) {
118
118
  switch (_a.label) {
119
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.input).toHaveFormattedValueEx(value, options)];
119
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.input).toHaveFormattedValue(value, options)];
120
120
  case 1:
121
121
  _a.sent();
122
122
  return [2 /*return*/];
@@ -128,7 +128,7 @@ var InputAssertions = /** @class */ (function (_super) {
128
128
  return __awaiter(this, void 0, void 0, function () {
129
129
  return __generator(this, function (_a) {
130
130
  switch (_a.label) {
131
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.input).toBeEmptyEx(options)];
131
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.input).toBeEmpty(options)];
132
132
  case 1:
133
133
  _a.sent();
134
134
  return [2 /*return*/];
@@ -140,7 +140,7 @@ var InputAssertions = /** @class */ (function (_super) {
140
140
  return __awaiter(this, void 0, void 0, function () {
141
141
  return __generator(this, function (_a) {
142
142
  switch (_a.label) {
143
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.input).not.toBeEmptyEx(options)];
143
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.input).not.toBeEmpty(options)];
144
144
  case 1:
145
145
  _a.sent();
146
146
  return [2 /*return*/];
@@ -152,7 +152,7 @@ var InputAssertions = /** @class */ (function (_super) {
152
152
  return __awaiter(this, void 0, void 0, function () {
153
153
  return __generator(this, function (_a) {
154
154
  switch (_a.label) {
155
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.input).toBeFocusedEx(options)];
155
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.input).toBeFocused(options)];
156
156
  case 1:
157
157
  _a.sent();
158
158
  return [2 /*return*/];
@@ -164,7 +164,7 @@ var InputAssertions = /** @class */ (function (_super) {
164
164
  return __awaiter(this, void 0, void 0, function () {
165
165
  return __generator(this, function (_a) {
166
166
  switch (_a.label) {
167
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.input).not.toBeFocusedEx(options)];
167
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.input).not.toBeFocused(options)];
168
168
  case 1:
169
169
  _a.sent();
170
170
  return [2 /*return*/];
@@ -65,7 +65,7 @@ var KebabAssertions = /** @class */ (function (_super) {
65
65
  return __awaiter(this, void 0, void 0, function () {
66
66
  return __generator(this, function (_a) {
67
67
  switch (_a.label) {
68
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.kebab).toBeEnabledEx(options)];
68
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.kebab).toBeEnabled(options)];
69
69
  case 1:
70
70
  _a.sent();
71
71
  return [2 /*return*/];
@@ -77,7 +77,7 @@ var KebabAssertions = /** @class */ (function (_super) {
77
77
  return __awaiter(this, void 0, void 0, function () {
78
78
  return __generator(this, function (_a) {
79
79
  switch (_a.label) {
80
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.kebab).toBeDisabledEx(options)];
80
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.kebab).toBeDisabled(options)];
81
81
  case 1:
82
82
  _a.sent();
83
83
  return [2 /*return*/];
@@ -65,7 +65,7 @@ var LabelAssertions = /** @class */ (function (_super) {
65
65
  return __awaiter(this, void 0, void 0, function () {
66
66
  return __generator(this, function (_a) {
67
67
  switch (_a.label) {
68
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.label).toHaveTextEx(text, options)];
68
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.label).toHaveText(text, options)];
69
69
  case 1:
70
70
  _a.sent();
71
71
  return [2 /*return*/];
@@ -77,7 +77,7 @@ var LabelAssertions = /** @class */ (function (_super) {
77
77
  return __awaiter(this, void 0, void 0, function () {
78
78
  return __generator(this, function (_a) {
79
79
  switch (_a.label) {
80
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.label).not.toHaveTextEx(text, options)];
80
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.label).not.toHaveText(text, options)];
81
81
  case 1:
82
82
  _a.sent();
83
83
  return [2 /*return*/];
@@ -89,7 +89,7 @@ var LabelAssertions = /** @class */ (function (_super) {
89
89
  return __awaiter(this, void 0, void 0, function () {
90
90
  return __generator(this, function (_a) {
91
91
  switch (_a.label) {
92
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.label).toContainTextEx(text, options)];
92
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.label).toContainText(text, options)];
93
93
  case 1:
94
94
  _a.sent();
95
95
  return [2 /*return*/];
@@ -101,7 +101,7 @@ var LabelAssertions = /** @class */ (function (_super) {
101
101
  return __awaiter(this, void 0, void 0, function () {
102
102
  return __generator(this, function (_a) {
103
103
  switch (_a.label) {
104
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.label).not.toContainTextEx(text, options)];
104
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.label).not.toContainText(text, options)];
105
105
  case 1:
106
106
  _a.sent();
107
107
  return [2 /*return*/];
@@ -116,7 +116,7 @@ var LabelAssertions = /** @class */ (function (_super) {
116
116
  return __awaiter(this, void 0, void 0, function () {
117
117
  return __generator(this, function (_a) {
118
118
  switch (_a.label) {
119
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.label).toHaveFormattedTextEx(text, options)];
119
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.label).toHaveFormattedText(text, options)];
120
120
  case 1:
121
121
  _a.sent();
122
122
  return [2 /*return*/];
@@ -131,7 +131,7 @@ var LabelAssertions = /** @class */ (function (_super) {
131
131
  return __awaiter(this, void 0, void 0, function () {
132
132
  return __generator(this, function (_a) {
133
133
  switch (_a.label) {
134
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.label).toContainFormattedTextEx(text, options)];
134
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.label).toContainFormattedText(text, options)];
135
135
  case 1:
136
136
  _a.sent();
137
137
  return [2 /*return*/];
@@ -65,7 +65,7 @@ var LinkAssertions = /** @class */ (function (_super) {
65
65
  return __awaiter(this, void 0, void 0, function () {
66
66
  return __generator(this, function (_a) {
67
67
  switch (_a.label) {
68
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.link).toBeEnabledEx(options)];
68
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.link).toBeEnabled(options)];
69
69
  case 1:
70
70
  _a.sent();
71
71
  return [2 /*return*/];
@@ -77,7 +77,7 @@ var LinkAssertions = /** @class */ (function (_super) {
77
77
  return __awaiter(this, void 0, void 0, function () {
78
78
  return __generator(this, function (_a) {
79
79
  switch (_a.label) {
80
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.link).toBeDisabledEx(options)];
80
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.link).toBeDisabled(options)];
81
81
  case 1:
82
82
  _a.sent();
83
83
  return [2 /*return*/];
@@ -89,7 +89,7 @@ var LinkAssertions = /** @class */ (function (_super) {
89
89
  return __awaiter(this, void 0, void 0, function () {
90
90
  return __generator(this, function (_a) {
91
91
  switch (_a.label) {
92
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.link).toHaveTextEx(text, options)];
92
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.link).toHaveText(text, options)];
93
93
  case 1:
94
94
  _a.sent();
95
95
  return [2 /*return*/];
@@ -101,7 +101,7 @@ var LinkAssertions = /** @class */ (function (_super) {
101
101
  return __awaiter(this, void 0, void 0, function () {
102
102
  return __generator(this, function (_a) {
103
103
  switch (_a.label) {
104
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.link).not.toHaveTextEx(text, options)];
104
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.link).not.toHaveText(text, options)];
105
105
  case 1:
106
106
  _a.sent();
107
107
  return [2 /*return*/];
@@ -113,7 +113,7 @@ var LinkAssertions = /** @class */ (function (_super) {
113
113
  return __awaiter(this, void 0, void 0, function () {
114
114
  return __generator(this, function (_a) {
115
115
  switch (_a.label) {
116
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.link).toContainTextEx(text, options)];
116
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.link).toContainText(text, options)];
117
117
  case 1:
118
118
  _a.sent();
119
119
  return [2 /*return*/];
@@ -125,7 +125,7 @@ var LinkAssertions = /** @class */ (function (_super) {
125
125
  return __awaiter(this, void 0, void 0, function () {
126
126
  return __generator(this, function (_a) {
127
127
  switch (_a.label) {
128
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.link).not.toContainTextEx(text, options)];
128
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.link).not.toContainText(text, options)];
129
129
  case 1:
130
130
  _a.sent();
131
131
  return [2 /*return*/];
@@ -161,7 +161,7 @@ var LinkAssertions = /** @class */ (function (_super) {
161
161
  return __awaiter(this, void 0, void 0, function () {
162
162
  return __generator(this, function (_a) {
163
163
  switch (_a.label) {
164
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.link).toBeFocusedEx(options)];
164
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.link).toBeFocused(options)];
165
165
  case 1:
166
166
  _a.sent();
167
167
  return [2 /*return*/];
@@ -173,7 +173,7 @@ var LinkAssertions = /** @class */ (function (_super) {
173
173
  return __awaiter(this, void 0, void 0, function () {
174
174
  return __generator(this, function (_a) {
175
175
  switch (_a.label) {
176
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.link).not.toBeFocusedEx(options)];
176
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.link).not.toBeFocused(options)];
177
177
  case 1:
178
178
  _a.sent();
179
179
  return [2 /*return*/];
@@ -65,7 +65,7 @@ var LoaderAssertions = /** @class */ (function (_super) {
65
65
  return __awaiter(this, void 0, void 0, function () {
66
66
  return __generator(this, function (_a) {
67
67
  switch (_a.label) {
68
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.loader).toHaveTextEx(text, options)];
68
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.loader).toHaveText(text, options)];
69
69
  case 1:
70
70
  _a.sent();
71
71
  return [2 /*return*/];
@@ -65,7 +65,7 @@ var MenuItemAssertations = /** @class */ (function (_super) {
65
65
  return __awaiter(this, void 0, void 0, function () {
66
66
  return __generator(this, function (_a) {
67
67
  switch (_a.label) {
68
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.menu).toHaveTextEx(text, options)];
68
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.menu).toHaveText(text, options)];
69
69
  case 1:
70
70
  _a.sent();
71
71
  return [2 /*return*/];
@@ -77,7 +77,7 @@ var MenuItemAssertations = /** @class */ (function (_super) {
77
77
  return __awaiter(this, void 0, void 0, function () {
78
78
  return __generator(this, function (_a) {
79
79
  switch (_a.label) {
80
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.menu).not.toHaveTextEx(text, options)];
80
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.menu).not.toHaveText(text, options)];
81
81
  case 1:
82
82
  _a.sent();
83
83
  return [2 /*return*/];
@@ -89,7 +89,7 @@ var MenuItemAssertations = /** @class */ (function (_super) {
89
89
  return __awaiter(this, void 0, void 0, function () {
90
90
  return __generator(this, function (_a) {
91
91
  switch (_a.label) {
92
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.menu).toContainTextEx(text, options)];
92
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.menu).toContainText(text, options)];
93
93
  case 1:
94
94
  _a.sent();
95
95
  return [2 /*return*/];
@@ -101,7 +101,7 @@ var MenuItemAssertations = /** @class */ (function (_super) {
101
101
  return __awaiter(this, void 0, void 0, function () {
102
102
  return __generator(this, function (_a) {
103
103
  switch (_a.label) {
104
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.menu).not.toContainTextEx(text, options)];
104
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.menu).not.toContainText(text, options)];
105
105
  case 1:
106
106
  _a.sent();
107
107
  return [2 /*return*/];
@@ -65,7 +65,7 @@ var PagingAssertions = /** @class */ (function (_super) {
65
65
  return __awaiter(this, void 0, void 0, function () {
66
66
  return __generator(this, function (_a) {
67
67
  switch (_a.label) {
68
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.paging).toBeEnabledEx(options)];
68
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.paging).toBeEnabled(options)];
69
69
  case 1:
70
70
  _a.sent();
71
71
  return [2 /*return*/];
@@ -77,7 +77,7 @@ var PagingAssertions = /** @class */ (function (_super) {
77
77
  return __awaiter(this, void 0, void 0, function () {
78
78
  return __generator(this, function (_a) {
79
79
  switch (_a.label) {
80
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.paging).toBeDisabledEx(options)];
80
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.paging).toBeDisabled(options)];
81
81
  case 1:
82
82
  _a.sent();
83
83
  return [2 /*return*/];
@@ -65,7 +65,7 @@ var PortalAssertions = /** @class */ (function (_super) {
65
65
  return __awaiter(this, void 0, void 0, function () {
66
66
  return __generator(this, function (_a) {
67
67
  switch (_a.label) {
68
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.portal).toBeVisibleEx(options)];
68
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.portal).toBeVisible(options)];
69
69
  case 1:
70
70
  _a.sent();
71
71
  return [2 /*return*/];
@@ -77,7 +77,7 @@ var PortalAssertions = /** @class */ (function (_super) {
77
77
  return __awaiter(this, void 0, void 0, function () {
78
78
  return __generator(this, function (_a) {
79
79
  switch (_a.label) {
80
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.portal).toBeHiddenEx(options)];
80
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.portal).toBeHidden(options)];
81
81
  case 1:
82
82
  _a.sent();
83
83
  return [2 /*return*/];
@@ -65,7 +65,7 @@ var RadioAssertions = /** @class */ (function (_super) {
65
65
  return __awaiter(this, void 0, void 0, function () {
66
66
  return __generator(this, function (_a) {
67
67
  switch (_a.label) {
68
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.radio).toBeEnabledEx(options)];
68
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.radio).toBeEnabled(options)];
69
69
  case 1:
70
70
  _a.sent();
71
71
  return [2 /*return*/];
@@ -77,7 +77,7 @@ var RadioAssertions = /** @class */ (function (_super) {
77
77
  return __awaiter(this, void 0, void 0, function () {
78
78
  return __generator(this, function (_a) {
79
79
  switch (_a.label) {
80
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.radio).toBeDisabledEx(options)];
80
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.radio).toBeDisabled(options)];
81
81
  case 1:
82
82
  _a.sent();
83
83
  return [2 /*return*/];
@@ -89,7 +89,7 @@ var RadioAssertions = /** @class */ (function (_super) {
89
89
  return __awaiter(this, void 0, void 0, function () {
90
90
  return __generator(this, function (_a) {
91
91
  switch (_a.label) {
92
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.radio).toBeCheckedEx(options)];
92
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.radio).toBeChecked(options)];
93
93
  case 1:
94
94
  _a.sent();
95
95
  return [2 /*return*/];
@@ -101,7 +101,7 @@ var RadioAssertions = /** @class */ (function (_super) {
101
101
  return __awaiter(this, void 0, void 0, function () {
102
102
  return __generator(this, function (_a) {
103
103
  switch (_a.label) {
104
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.radio).not.toBeCheckedEx(options)];
104
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.radio).not.toBeChecked(options)];
105
105
  case 1:
106
106
  _a.sent();
107
107
  return [2 /*return*/];
@@ -113,7 +113,7 @@ var RadioAssertions = /** @class */ (function (_super) {
113
113
  return __awaiter(this, void 0, void 0, function () {
114
114
  return __generator(this, function (_a) {
115
115
  switch (_a.label) {
116
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.radio).toHaveTextEx(text, options)];
116
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.radio).toHaveText(text, options)];
117
117
  case 1:
118
118
  _a.sent();
119
119
  return [2 /*return*/];
@@ -125,7 +125,7 @@ var RadioAssertions = /** @class */ (function (_super) {
125
125
  return __awaiter(this, void 0, void 0, function () {
126
126
  return __generator(this, function (_a) {
127
127
  switch (_a.label) {
128
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.radio).not.toHaveTextEx(text, options)];
128
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.radio).not.toHaveText(text, options)];
129
129
  case 1:
130
130
  _a.sent();
131
131
  return [2 /*return*/];
@@ -137,7 +137,7 @@ var RadioAssertions = /** @class */ (function (_super) {
137
137
  return __awaiter(this, void 0, void 0, function () {
138
138
  return __generator(this, function (_a) {
139
139
  switch (_a.label) {
140
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.radio).toContainTextEx(text, options)];
140
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.radio).toContainText(text, options)];
141
141
  case 1:
142
142
  _a.sent();
143
143
  return [2 /*return*/];
@@ -149,7 +149,7 @@ var RadioAssertions = /** @class */ (function (_super) {
149
149
  return __awaiter(this, void 0, void 0, function () {
150
150
  return __generator(this, function (_a) {
151
151
  switch (_a.label) {
152
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.radio).not.toContainTextEx(text, options)];
152
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.radio).not.toContainText(text, options)];
153
153
  case 1:
154
154
  _a.sent();
155
155
  return [2 /*return*/];
@@ -161,7 +161,7 @@ var RadioAssertions = /** @class */ (function (_super) {
161
161
  return __awaiter(this, void 0, void 0, function () {
162
162
  return __generator(this, function (_a) {
163
163
  switch (_a.label) {
164
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.radio).toHaveValueEx(value, options)];
164
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.radio).toHaveValue(value, options)];
165
165
  case 1:
166
166
  _a.sent();
167
167
  return [2 /*return*/];
@@ -173,7 +173,7 @@ var RadioAssertions = /** @class */ (function (_super) {
173
173
  return __awaiter(this, void 0, void 0, function () {
174
174
  return __generator(this, function (_a) {
175
175
  switch (_a.label) {
176
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.radio).not.toHaveValueEx(value, options)];
176
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.radio).not.toHaveValue(value, options)];
177
177
  case 1:
178
178
  _a.sent();
179
179
  return [2 /*return*/];
@@ -185,7 +185,7 @@ var RadioAssertions = /** @class */ (function (_super) {
185
185
  return __awaiter(this, void 0, void 0, function () {
186
186
  return __generator(this, function (_a) {
187
187
  switch (_a.label) {
188
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.radio).toBeFocusedEx(options)];
188
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.radio).toBeFocused(options)];
189
189
  case 1:
190
190
  _a.sent();
191
191
  return [2 /*return*/];
@@ -197,7 +197,7 @@ var RadioAssertions = /** @class */ (function (_super) {
197
197
  return __awaiter(this, void 0, void 0, function () {
198
198
  return __generator(this, function (_a) {
199
199
  switch (_a.label) {
200
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.radio).not.toBeFocusedEx(options)];
200
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.radio).not.toBeFocused(options)];
201
201
  case 1:
202
202
  _a.sent();
203
203
  return [2 /*return*/];
@@ -137,7 +137,7 @@ var RadioGroupAssertions = /** @class */ (function (_super) {
137
137
  return __awaiter(this, void 0, void 0, function () {
138
138
  return __generator(this, function (_a) {
139
139
  switch (_a.label) {
140
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.radioGroup).toBeEnabledEx(options)];
140
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.radioGroup).toBeEnabled(options)];
141
141
  case 1:
142
142
  _a.sent();
143
143
  return [2 /*return*/];
@@ -149,7 +149,7 @@ var RadioGroupAssertions = /** @class */ (function (_super) {
149
149
  return __awaiter(this, void 0, void 0, function () {
150
150
  return __generator(this, function (_a) {
151
151
  switch (_a.label) {
152
- case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.radioGroup).toBeDisabledEx(options)];
152
+ case 0: return [4 /*yield*/, (0, extensions_1.expect)(this.radioGroup).toBeDisabled(options)];
153
153
  case 1:
154
154
  _a.sent();
155
155
  return [2 /*return*/];