File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
projects/testing-library/src/lib Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -63,13 +63,19 @@ export interface RenderResult<ComponentType, WrapperType = ComponentType>
63
63
*/
64
64
rerender : ( componentProperties : Partial < ComponentType > ) => void ;
65
65
/**
66
+ * @deprecated
67
+ * Usage of `waitForElementToBeRemoved` from render is deprecated, use this method directly from `@testing-library/angular`
68
+ *
66
69
* @description
67
70
* Wait for the removal of element(s) from the DOM.
68
71
*
69
72
* For more info see https://testing-library.com/docs/dom-testing-library/api-async#waitforelementtoberemoved
70
73
*/
71
74
waitForElementToBeRemoved : typeof waitForElementToBeRemoved ;
72
75
/**
76
+ * @deprecated
77
+ * Usage of `waitFor` from render is deprecated, use this method directly from `@testing-library/angular`
78
+ *
73
79
* @description
74
80
* When in need to wait for any period of time you can use waitFor, to wait for your expectations to pass.
75
81
*
You can’t perform that action at this time.
0 commit comments