Bug 191531

Summary: [WebAuthN] Figure out a better way to test CtapHidDriver
Product: WebKit Reporter: Jiewen Tan <jiewen_tan>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: alex.gaynor
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 182769    

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.