File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Pass in an options object to change the default behavior of
48
48
49
49
### Yields [ <Icon name = " question-circle" />] ( /guides/core-concepts/introduction-to-cypress#Subject-Management ) { #Yields }
50
50
51
- - ` cy.clearLocalStorage() ` yields ` null ` .
51
+ - ` cy.clearLocalStorage() ` yields the localStorage for the current domain .
52
52
53
53
## Examples
54
54
@@ -82,7 +82,8 @@ cy.clearLocalStorage(/app-/)
82
82
83
83
### Assertions [ <Icon name = " question-circle" />] ( /guides/core-concepts/introduction-to-cypress#Assertions ) { #Assertions }
84
84
85
- - ` cy.clearLocalStorage() ` cannot have any assertions chained.
85
+ - ` cy.clearLocalStorage() ` will only run assertions you have chained once, and
86
+ will not [ retry] ( /guides/core-concepts/retry-ability ) .
86
87
87
88
### Timeouts [ <Icon name = " question-circle" />] ( /guides/core-concepts/introduction-to-cypress#Timeouts ) { #Timeouts }
88
89
You can’t perform that action at this time.
0 commit comments