@web
Feature: Create wallet
Description: A user can create his/her own wallet, and for first wallet created, system award N tokens
File name: create-wallet.feature
Relative path: features/create-wallet.feature
Before
00:00:00.002
Given
I am on the register page
00:00:01.094
When
I fill in the registration form with [random user name]@greenstand.org password: Abcde123$
00:00:09.355
And
I click on the register button
00:00:03.619
Then
I should see a confirmation message
00:00:01.066
And
I am on the wallet page
00:00:01.422
When
I create a new wallet
00:00:04.520
Then
I should see my new wallet in the list of wallets
00:00:01.506
And
An notification saying: "Thansk you for creating your wallet, we will gift you 1 token for your first wallet, please check your wallet details"
00:00:01.448
When
I click on the wallet to view its details
00:00:02.923
Then
I should see there are 1 tokens in my wallet as gift by system for creating wallet for the first time
00:00:05.439
When
I click the token item on the list of tokens in the wallet details page
00:00:03.845
Then
I should see the token details page with token info
00:00:03.495
When
I click the location icon on the token details page
00:00:02.846
Then
I should see the map page with the location of the token in a new tab
00:00:19.265