We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b2ab6 commit 3455705Copy full SHA for 3455705
docs/api/commands/clearallsessionstorage.mdx
@@ -8,11 +8,11 @@ data for all origins with which the test has interacted.
8
9
:::caution
10
11
-Cypress automatically runs this command _before_ each test to prevent state from
12
-being shared across tests when
+Cypress automatically clears all session storage _before_ each test to prevent
+state from being shared across tests when
13
[test isolation](/guides/core-concepts/writing-and-organizing-tests#Test-Isolation)
14
-is `on`. You shouldn't need to use this command unless you're using it to clear
15
-localStorage inside a single test or test isolation is `off`.
+is enabled. You shouldn't need to use this command unless you're using it to
+clear sessionStorage inside a single test or test isolation is disabled.
16
17
:::
18
0 commit comments