-
Notifications
You must be signed in to change notification settings - Fork 948
Add persistence tests and fix some issues. #4620
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
76879fa
to
f6d12d2
Compare
Binary Size ReportAffected SDKs
Test Logs
|
packages-exp/auth-exp/src/core/persistence/persistence_user_manager.ts
Outdated
Show resolved
Hide resolved
import { AnonFunction, PersistenceFunction } from './util/functions'; | ||
import { browserDescribe } from './util/test_runner'; | ||
|
||
browserDescribe('WebDriver persistence test', driver => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Side note: we should write some tests for the persistence events and cross-tab/cross-browser synchronization (in a different PR) b/182567813
No description provided.