Skip to content

Commit f46b5fd

Browse files
committed
tidy
1 parent 61aaa44 commit f46b5fd

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

index.html

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -985,12 +985,15 @@ <h3>
985985
<li>If the session's "next wallet behavior" is set:
986986
</li>
987987
<ol>
988-
<li>If the mode is "respond", resolve the promise with a new `DigitalCredential` object whose `data` member is set to the stored `data`.
989-
</il>
988+
<li>If the mode is "respond", resolve the promise with a new
989+
`DigitalCredential` object whose `data` member is set to the stored
990+
`data`.
991+
</li>
990992
<li>If the mode is "wait", the promise never resolves.
991-
</il>
992-
<li>If the mode is "decline", reject the promise with a "NotAllowedError" `DOMException`.
993-
</il>
993+
</li>
994+
<li>If the mode is "decline", reject the promise with a
995+
"NotAllowedError" `DOMException`.
996+
</li>
994997
</ol>
995998
<li>Otherwise (if "next wallet behavior" is not set), proceed with the normal user-interactive flow to select and use a digital credential.
996999
</li>
@@ -1058,12 +1061,15 @@ <h3>
10581061
<li>If the session's "next wallet behavior" is set:
10591062
</li>
10601063
<ol>
1061-
<li>If the mode is "respond", resolve the promise with a new `DigitalCredential` object whose `data` member is set to the stored `data`.
1062-
</il>
1064+
<li>If the mode is "respond", resolve the promise with a new
1065+
`DigitalCredential` object whose `data` member is set to the stored
1066+
`data`.
1067+
</li>
10631068
<li>If the mode is "wait", the promise never resolves.
1064-
</il>
1065-
<li>If the mode is "decline", reject the promise with a "NotAllowedError" `DOMException`.
1066-
</il>
1069+
</li>
1070+
<li>If the mode is "decline", reject the promise with a
1071+
"NotAllowedError" `DOMException`.
1072+
</li>
10671073
</ol>
10681074
<li>Otherwise (if "next wallet behavior" is not set), proceed with the normal user-interactive flow to select and use a digital credential.
10691075
</li>
@@ -2390,6 +2396,9 @@ <h4>
23902396
command=] configures the virtual wallet to respond with a specific
23912397
data payload, simulating a user successfully completing the
23922398
flow.</code>
2399+
The [=Set Wallet Response=] [[WebDriver]] [=extension command=]
2400+
configures the virtual wallet to respond with a specific data
2401+
payload, simulating a user successfully completing the flow.
23932402
</p>
23942403
<table class="data">
23952404
<thead>

0 commit comments

Comments
 (0)