We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b703939 + 24fa2b2 commit 5d63c43Copy full SHA for 5d63c43
test/signals.test.js
@@ -123,7 +123,7 @@ describe('Signals', () => {
123
);
124
125
await timeout(TIMEOUT);
126
- await expectByPolling(() => getText(countValue), 'count: 1');
+ await expectByPolling(() => getText(countValue), 'count: 0');
127
128
await increment.click();
129
@@ -135,6 +135,7 @@ describe('Signals', () => {
135
content.replace('count:', 'Count:')
136
137
138
+ await expectByPolling(() => getText(countValue), 'Count: 0');
139
140
141
await expectByPolling(() => getText(countValue), 'Count: 1');
0 commit comments