You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: adev/src/content/guide/testing/components-scenarios.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ Here are three tests that illustrate how automatic change detection works.
82
82
The first test shows the benefit of automatic change detection.
83
83
84
84
The second and third test reveal an important limitation.
85
-
The Angular testing environment does not run change detection synchronously when updates happenthat the test changed the component's `title`.
85
+
The Angular testing environment does not run change detection synchronously when updates happen inside the test case that changed the component's `title`.
86
86
The test must call `await fixture.whenStable` to wait for another of change detection.
87
87
88
88
HELPFUL: Angular does not know about direct updates to values that are not signals. The easiest way to ensure that
0 commit comments