Skip to content

Commit

Permalink
Update cli/types/cypress.d.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>
  • Loading branch information
emilyrohrbough and chrisbreiding committed Dec 6, 2022
1 parent 980baaf commit 8121fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/types/cypress.d.ts
Expand Up @@ -3405,7 +3405,7 @@ declare namespace Cypress {

interface Session {
/**
* Clear all sessions, include cached global sessions, saved on the backend.
* Clear all sessions saved on the backend, including cached global sessions.
*/
clearAllSavedSessions: () => Promise<void>
/**
Expand Down

0 comments on commit 8121fb3

Please sign in to comment.