@web
Feature: Send and Receive Token between Wallets
File name: send-token.feature
Relative path: features/send-token.feature
Before
00:00:00.007
Given
There is a registered account: send-token-test-1@greenstand.org, and there is an wallet named: send-token-test-1-wallet, and there is one token in this wallet
00:00:02.949
And
There is a registered account: send-token-test-2@greenstand.org, and there is an wallet named: send-token-test-2-wallet
00:00:01.878
When
send-token-test-1@greenstand.org login and click the send token button, and pick: send-token-test-1-wallet as sender and send-token-test-2-wallet as receiver, and input 1 token to send, and submit
00:00:22.828
Then
send-token-test-2@greenstand.org login and click: noticiation navigation bar
00:00:33.922
Then
there is a message of pending token
00:00:02.406
When
the user click the message
00:00:01.130
Then
the user is on the message detail page
00:00:01.844
When
the user click the accept button
00:00:02.348
Then
there is a confirmation message: 'you received token [token id]'
00:00:03.310
Then
on the send-token-test-2-wallet page
00:00:02.770
And
there is the token sent by the user 1
00:00:01.658
Before
00:00:00.001
Given
There is a registered account: send-token-test-3@greenstand.org, and there is an wallet named: send-token-test-3-wallet, and there is one token in this wallet
00:00:03.502
And
There is a registered account: send-token-test-4@greenstand.org, and there is an wallet named: send-token-test-4-wallet
00:00:01.776
When
send-token-test-3@greenstand.org login and click the send token button, and pick: send-token-test-3-wallet as sender and send-token-test-4-wallet as receiver, and input 1 token to send, and submit
00:00:22.778
Then
send-token-test-4@greenstand.org login and view the transfers page
00:00:11.542
Then
there is an incoming pending transfer to respond to
00:00:01.259
When
the user click the decline button
00:00:01.137
Then
the transfer is no longer listed
00:00:01.028
Then
on the send-token-test-4-wallet page
00:00:01.702
And
there is no token from send-token-test-3 in the wallet
00:00:03.508
Before
0s
Given
There is a registered account: send-token-test-5@greenstand.org, and there is an wallet named: send-token-test-5-wallet, and there is one token in this wallet
00:00:02.589
And
There is a registered account: send-token-test-6@greenstand.org, and there is an wallet named: send-token-test-6-wallet
00:00:01.822
When
send-token-test-5@greenstand.org login and click the send token button, and pick: send-token-test-5-wallet as sender and send-token-test-6-wallet as receiver, and input 1 token to send, and submit
00:00:20.959
Then
there is an outgoing pending transfer to cancel
00:00:01.370
When
the user click the cancel button
00:00:01.105
Then
the transfer is no longer listed
00:00:01.068
Then
on the send-token-test-5-wallet page
00:00:02.286
And
there is the token still in the wallet
00:00:01.182