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.
1 parent 16b4417 commit 4968adcCopy full SHA for 4968adc
docs/angular-testing-library/api.mdx
@@ -424,7 +424,7 @@ await rerender({componentInputs: {count: 7}, partialUpdate: true})
424
425
// count is updated to 7
426
expect(screen.getByTestId('count-value').textContent).toBe('7')
427
-// name is rendered because of the partial update
+// name is still rendered as "Sarah" because of the partial update
428
expect(screen.getByTestId('name-value').textContent).toBe('Sarah')
429
```
430
0 commit comments