Skip to content

Commit f06d6f7

Browse files
committed
Add prompt to user in API test
1 parent 68b685f commit f06d6f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/hw-app-ada/test/src/api/getWalletPublicKeyWithIndex.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ describe("getWalletPublicKeyWithIndex", async () => {
2121
it("Should successfully get public key", async () => {
2222
const index = 0xFFFFFFFF;
2323

24+
promptUser("Please accept public key request");
25+
2426
const response = await ada.getWalletPublicKeyWithIndex(index);
2527
validate(response, schema);
2628

0 commit comments

Comments
 (0)