-
Notifications
You must be signed in to change notification settings - Fork 65
Manual Testing
pascuin edited this page Jan 20, 2021
·
3 revisions
- open walletbeacon.io
- Select "Connect Beacon"
- Beacon modal opens. Select "Beacon Extension"
- "Confirm" Permission Request in Beacon Extension
- walletbeacon.io receives permission granted request
- Select "Done"
- Load Accounts on walletbeacon.io
- "Remove" the active account
- Select "Connect Beacon" again
- Beacon modal opens. Select Kukai
- "Confirm" Permission Request in Kukai
- walletbeacon.io receives permission granted request
- Select "Done"
- open walletbeacon.io
- Select "Connect Beacon"
- Beacon modal opens. Select "Beacon Extension"
- walletbeacon.io receives permission granted request
- Select "Done"
- Create Operation request on walletbeacon.io with the following content
[
{
"kind": "transaction",
"amount": "1",
"destination": "tz1Mj7RzPmMAqDUNFBn5t5VbXmWW4cSUAdtT"
}
]
- Select "Custom Tezos Operation"
- "Confirm" operatin in Beacon Extension
- walletbeacion.io receive "operation broadcasted"
- transaction is included on the blockchain
- open walletbeacon.io
- Select "Connect Beacon"
- Beacon modal opens. Select "Kukai"
- walletbeacon.io receives permission granted request
- Select "Done"
- Create Operation request on walletbeacon.io with the following content
[
{
"kind": "transaction",
"amount": "1",
"destination": "tz1Mj7RzPmMAqDUNFBn5t5VbXmWW4cSUAdtT"
}
]
- Select "Custom Tezos Operation"
- "Confirm" operatin in Kukai
- walletbeacion.io receive "operation broadcasted"
- transaction is included on the blockchain