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: packages/dev/s2-docs/pages/react-aria/Table.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -795,13 +795,13 @@ See below for the full definition of the `User` and the `Table` tester.
795
795
796
796
### Testing FAQ
797
797
798
-
- When using the test utils, what if a certain interaction errors or doesn't seem to result in the expected state?
798
+
>When using the test utils, what if a certain interaction errors or doesn't seem to result in the expected state?
799
799
800
800
In cases like this, first double check your test setup and make sure that your test is rendering your table in its expected
801
801
state before the test util interaction call. If everything looks correct, you can always fall back to simulating interactions manually,
802
802
and using the test util to query your table's state post interaction.
803
803
804
-
- The tester doesn't offer a specific interaction flow, what should I do?
804
+
>The tester doesn't offer a specific interaction flow, what should I do?
805
805
806
806
Whenever the table tester queries its rows/cells/etc or triggers a user flow, it does so against the current state of the table. Therefore the table test can be used alongside
0 commit comments