We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d60e5 commit 16c45f4Copy full SHA for 16c45f4
1 file changed
src/Paywall/index.test.tsx
@@ -187,7 +187,8 @@ describe('<Paywall />', () => {
187
document.querySelector<HTMLDivElement>('#restricted-content').innerText
188
);
189
190
- expect(content).toBe('This sentence should be almost...');
+ expect(content)
191
+ .toBe('This sentence should be almost complete....');
192
193
await sleep(11);
194
@@ -201,7 +202,8 @@ describe('<Paywall />', () => {
201
202
203
204
- expect(contentAfterConsent).toBe('This sentence should be almost...');
205
+ expect(contentAfterConsent)
206
207
});
208
209
afterAll(async () => {
0 commit comments