We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52c3ff7 commit 6868a1cCopy full SHA for 6868a1c
test/wdio/lifecycle-update/cmp-a.test.tsx
@@ -28,6 +28,7 @@ describe('lifecycle-update', function () {
28
29
loads = await $('#output').$$('li');
30
await expect(loads).toBeElementsArrayOfSize(9);
31
+ loads = await $('#output').$$('li');
32
33
await expect(loads[0]).toHaveText('lifecycle-update-a componentWillLoad');
34
await expect(loads[1]).toHaveText('lifecycle-update-a componentDidLoad');
@@ -44,6 +45,7 @@ describe('lifecycle-update', function () {
44
45
46
47
await expect(loads).toBeElementsArrayOfSize(16);
48
49
50
51
0 commit comments