Skip to content

Commit

Permalink
Fix for bug #8354 (#8379)
Browse files Browse the repository at this point in the history
* The nano to milli second conversion was wrong so updated it

* extension is a string array accoring to W3 APIs but here it is defined as array of Object

* Endpoint needs to be corrected as well so made the changes as per the document
  • Loading branch information
joshskumar committed May 30, 2022
1 parent 4c7c45c commit 7ac4026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/wdio-protocols/protocols/webdriver.json
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@
}]
}
},
"/session/:sessionId/authenticator": {
"/session/:sessionId/webauthn/authenticator": {
"POST": {
"command": "addVirtualAuthenticator",
"description": "Creates a software [Virtual Authenticator](https://www.w3.org/TR/webauthn-2/#virtual-authenticators).",
Expand Down Expand Up @@ -1210,7 +1210,7 @@
"required": false
}, {
"name": "extensions",
"type": "object[]",
"type": "string[]",
"description": "",
"required": false
}, {
Expand Down

0 comments on commit 7ac4026

Please sign in to comment.