-
Notifications
You must be signed in to change notification settings - Fork 945
[Auth] Update compat layer credential interception; add webdriver tests #4669
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
|
}; | ||
} | ||
|
||
function dumpStorage(storage) { |
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.
I don't like duplicating the test helper functions themselves. Maybe we should split test helpers into their own files and only make code under test different. We can think about this later though.
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.
Yeah that's fair. We'll need to separate the parts that invoke the SDK in that case
418f37c
to
1f449f6
Compare
The compat layer uses the existing webdriver tests here; we swap out the JS source served to the browser to use the compat layer (keeping the same function names)