Bug 191531 - [WebAuthN] Figure out a better way to test CtapHidDriver
Summary: [WebAuthN] Figure out a better way to test CtapHidDriver
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 182769
  Show dependency treegraph
 
Reported: 2018-11-11 18:27 PST by Jiewen Tan
Modified: 2018-11-11 18:28 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiewen Tan 2018-11-11 18:27:13 PST
We currently relies on logs and NotAllowedError to test the error cases for CtapHidDriver. It is not ideal since it requires to read the logs. We should figure out a way to reflect the error message into the tests so we don't need reading logs to verify its behaviors.