diff --git a/resources/js/Pages/testing.jsx b/resources/js/Pages/testing.jsx index 328a0609..648a31cd 100644 --- a/resources/js/Pages/testing.jsx +++ b/resources/js/Pages/testing.jsx @@ -249,6 +249,58 @@ export default function () { `} />
Instead of passing a single prop as a string, you may also pass an array of props to reloadOnly
or reloadExcept
.
+ You may use the loadDeferredProps
method to test how your application responds to{' '}
+ deferred props. This method performs a follow-up request to load the deferred
+ properties and allows you to make assertions against the response.
+
+ You may also load specific deferred prop groups by passing the group name as the first argument to the{' '}
+ loadDeferredProps
method.
+
Instead of passing a single group as a string, you may also pass an array of groups to loadDeferredProps
.