@@ -30,7 +30,7 @@ declare global {
30
30
* dom-testing-library helpers for Cypress
31
31
*
32
32
* `findBy*` APIs search for an element and throw an error if nothing found
33
- * `findAllBy*` APIs search for all elements and an error if nothing found
33
+ * `findAllBy*` APIs search for all elements and throw an error if nothing found
34
34
*
35
35
* @see https://github.com/testing-library/cypress-testing-library#usage
36
36
* @see https://github.com/testing-library/dom-testing-library#table-of-contents
@@ -44,7 +44,7 @@ declare global {
44
44
* dom-testing-library helpers for Cypress
45
45
*
46
46
* `findBy*` APIs search for an element and throw an error if nothing found
47
- * `findAllBy*` APIs search for all elements and an error if nothing found
47
+ * `findAllBy*` APIs search for all elements and throw an error if nothing found
48
48
*
49
49
* @see https://github.com/testing-library/cypress-testing-library#usage
50
50
* @see https://github.com/testing-library/dom-testing-library#table-of-contents
@@ -58,7 +58,7 @@ declare global {
58
58
* dom-testing-library helpers for Cypress
59
59
*
60
60
* `findBy*` APIs search for an element and throw an error if nothing found
61
- * `findAllBy*` APIs search for all elements and an error if nothing found
61
+ * `findAllBy*` APIs search for all elements and throw an error if nothing found
62
62
*
63
63
* @see https://github.com/testing-library/cypress-testing-library#usage
64
64
* @see https://github.com/testing-library/dom-testing-library#table-of-contents
@@ -72,7 +72,7 @@ declare global {
72
72
* dom-testing-library helpers for Cypress
73
73
*
74
74
* `findBy*` APIs search for an element and throw an error if nothing found
75
- * `findAllBy*` APIs search for all elements and an error if nothing found
75
+ * `findAllBy*` APIs search for all elements and throw an error if nothing found
76
76
*
77
77
* @see https://github.com/testing-library/cypress-testing-library#usage
78
78
* @see https://github.com/testing-library/dom-testing-library#table-of-contents
@@ -86,7 +86,7 @@ declare global {
86
86
* dom-testing-library helpers for Cypress
87
87
*
88
88
* `findBy*` APIs search for an element and throw an error if nothing found
89
- * `findAllBy*` APIs search for all elements and an error if nothing found
89
+ * `findAllBy*` APIs search for all elements and throw an error if nothing found
90
90
*
91
91
* @see https://github.com/testing-library/cypress-testing-library#usage
92
92
* @see https://github.com/testing-library/dom-testing-library#table-of-contents
@@ -100,7 +100,7 @@ declare global {
100
100
* dom-testing-library helpers for Cypress
101
101
*
102
102
* `findBy*` APIs search for an element and throw an error if nothing found
103
- * `findAllBy*` APIs search for all elements and an error if nothing found
103
+ * `findAllBy*` APIs search for all elements and throw an error if nothing found
104
104
*
105
105
* @see https://github.com/testing-library/cypress-testing-library#usage
106
106
* @see https://github.com/testing-library/dom-testing-library#table-of-contents
@@ -114,7 +114,7 @@ declare global {
114
114
* dom-testing-library helpers for Cypress
115
115
*
116
116
* `findBy*` APIs search for an element and throw an error if nothing found
117
- * `findAllBy*` APIs search for all elements and an error if nothing found
117
+ * `findAllBy*` APIs search for all elements and throw an error if nothing found
118
118
*
119
119
* @see https://github.com/testing-library/cypress-testing-library#usage
120
120
* @see https://github.com/testing-library/dom-testing-library#table-of-contents
@@ -125,7 +125,7 @@ declare global {
125
125
* dom-testing-library helpers for Cypress
126
126
*
127
127
* `findBy*` APIs search for an element and throw an error if nothing found
128
- * `findAllBy*` APIs search for all elements and an error if nothing found
128
+ * `findAllBy*` APIs search for all elements and throw an error if nothing found
129
129
*
130
130
* @see https://github.com/testing-library/cypress-testing-library#usage
131
131
* @see https://github.com/testing-library/dom-testing-library#table-of-contents
@@ -136,7 +136,7 @@ declare global {
136
136
* dom-testing-library helpers for Cypress
137
137
*
138
138
* `findBy*` APIs search for an element and throw an error if nothing found
139
- * `findAllBy*` APIs search for all elements and an error if nothing found
139
+ * `findAllBy*` APIs search for all elements and throw an error if nothing found
140
140
*
141
141
* @see https://github.com/testing-library/cypress-testing-library#usage
142
142
* @see https://github.com/testing-library/dom-testing-library#table-of-contents
@@ -147,7 +147,7 @@ declare global {
147
147
* dom-testing-library helpers for Cypress
148
148
*
149
149
* `findBy*` APIs search for an element and throw an error if nothing found
150
- * `findAllBy*` APIs search for all elements and an error if nothing found
150
+ * `findAllBy*` APIs search for all elements and throw an error if nothing found
151
151
*
152
152
* @see https://github.com/testing-library/cypress-testing-library#usage
153
153
* @see https://github.com/testing-library/dom-testing-library#table-of-contents
@@ -158,7 +158,7 @@ declare global {
158
158
* dom-testing-library helpers for Cypress
159
159
*
160
160
* `findBy*` APIs search for an element and throw an error if nothing found
161
- * `findAllBy*` APIs search for all elements and an error if nothing found
161
+ * `findAllBy*` APIs search for all elements and throw an error if nothing found
162
162
*
163
163
* @see https://github.com/testing-library/cypress-testing-library#usage
164
164
* @see https://github.com/testing-library/dom-testing-library#table-of-contents
@@ -169,7 +169,7 @@ declare global {
169
169
* dom-testing-library helpers for Cypress
170
170
*
171
171
* `findBy*` APIs search for an element and throw an error if nothing found
172
- * `findAllBy*` APIs search for all elements and an error if nothing found
172
+ * `findAllBy*` APIs search for all elements and throw an error if nothing found
173
173
*
174
174
* @see https://github.com/testing-library/cypress-testing-library#usage
175
175
* @see https://github.com/testing-library/dom-testing-library#table-of-contents
@@ -180,7 +180,7 @@ declare global {
180
180
* dom-testing-library helpers for Cypress
181
181
*
182
182
* `findBy*` APIs search for an element and throw an error if nothing found
183
- * `findAllBy*` APIs search for all elements and an error if nothing found
183
+ * `findAllBy*` APIs search for all elements and throw an error if nothing found
184
184
*
185
185
* @see https://github.com/testing-library/cypress-testing-library#usage
186
186
* @see https://github.com/testing-library/dom-testing-library#table-of-contents
@@ -194,7 +194,7 @@ declare global {
194
194
* dom-testing-library helpers for Cypress
195
195
*
196
196
* `findBy*` APIs search for an element and throw an error if nothing found
197
- * `findAllBy*` APIs search for all elements and an error if nothing found
197
+ * `findAllBy*` APIs search for all elements and throw an error if nothing found
198
198
*
199
199
* @see https://github.com/testing-library/cypress-testing-library#usage
200
200
* @see https://github.com/testing-library/dom-testing-library#table-of-contents
@@ -208,7 +208,7 @@ declare global {
208
208
* dom-testing-library helpers for Cypress
209
209
*
210
210
* `findBy*` APIs search for an element and throw an error if nothing found
211
- * `findAllBy*` APIs search for all elements and an error if nothing found
211
+ * `findAllBy*` APIs search for all elements and throw an error if nothing found
212
212
*
213
213
* @see https://github.com/testing-library/cypress-testing-library#usage
214
214
* @see https://github.com/testing-library/dom-testing-library#table-of-contents
@@ -219,7 +219,7 @@ declare global {
219
219
* dom-testing-library helpers for Cypress
220
220
*
221
221
* `findBy*` APIs search for an element and throw an error if nothing found
222
- * `findAllBy*` APIs search for all elements and an error if nothing found
222
+ * `findAllBy*` APIs search for all elements and throw an error if nothing found
223
223
*
224
224
* @see https://github.com/testing-library/cypress-testing-library#usage
225
225
* @see https://github.com/testing-library/dom-testing-library#table-of-contents
0 commit comments