@web
Feature: Customize Wallet
File name: customize-wallet.feature
Relative path: features/customize-wallet.feature
Before
00:00:00.001
Given
There is a registered account: customize-test-1@greenstand.org, and there is an wallet named: customize-test-1-wallet
00:00:02.400
When
customize-test-1@greenstand.org login and navigate to wallet details
00:00:22.780
And
the user click the customize wallet button
00:00:02.202
Then
the user is on the customize wallet page
00:00:01.988
When
the user enter display name: My Custom Wallet
00:00:04.306
And
the user enter about text: This is my awesome wallet for tree tokens
00:00:04.898
And
the user click the customize save button
00:00:04.703
Error: element ("[data-test="customize-success"]") still not displayed after 10000ms
at file:///home/runner/work/treetracker-wallet-app/treetracker-wallet-app/node_modules/webdriverio/build/node.js:6013:15
at async Element.wrapCommandFn (file:///home/runner/work/treetracker-wallet-app/treetracker-wallet-app/node_modules/@wdio/utils/build/index.js:982:23)
at async Element.elementErrorHandlerCallbackFn (file:///home/runner/work/treetracker-wallet-app/treetracker-wallet-app/node_modules/webdriverio/build/node.js:9601:24)
at async Element.wrapCommandFn (file:///home/runner/work/treetracker-wallet-app/treetracker-wallet-app/node_modules/@wdio/utils/build/index.js:982:23)
at async Element.wrapCommandFn (file:///home/runner/work/treetracker-wallet-app/treetracker-wallet-app/node_modules/@wdio/utils/build/index.js:982:23)
at async Element.elementErrorHandlerCallbackFn (file:///home/runner/work/treetracker-wallet-app/treetracker-wallet-app/node_modules/webdriverio/build/node.js:9601:24)
at async Element.wrapCommandFn (file:///home/runner/work/treetracker-wallet-app/treetracker-wallet-app/node_modules/@wdio/utils/build/index.js:982:23)
at async World.(anonymous) (file:///home/runner/work/treetracker-wallet-app/treetracker-wallet-app/apps/bdd/features/step-definitions/steps.ts:1:27749)
And
the user is redirected to wallet details
0s
And
the display name is updated to: My Custom Wallet
0s
Before
0s
Given
There is a registered account: customize-test-2@greenstand.org, and there is an wallet named: customize-test-2-wallet
00:00:03.264
When
customize-test-2@greenstand.org login and navigate to wallet details
00:00:35.980
And
the user click the customize wallet button
00:00:01.728
And
the user upload a logo file with size: 100KB
00:00:01.730
Then
the logo preview is displayed
00:00:00.989
When
the user click the customize save button
00:00:02.870
Then
a success message is shown
00:00:01.081
And
the user is redirected to wallet details
00:00:02.195
Before
0s
Given
There is a registered account: customize-test-3@greenstand.org, and there is an wallet named: customize-test-3-wallet
00:00:02.657
When
customize-test-3@greenstand.org login and navigate to wallet details
00:00:13.368
And
the user click the customize wallet button
00:00:02.059
And
the user upload a hero image file with size: 200KB
00:00:01.978
Then
the hero preview is displayed
00:00:01.277
When
the user click the customize save button
00:00:03.364
Then
a success message is shown
00:00:01.474
And
the user is redirected to wallet details
00:00:02.189
Before
00:00:00.001
Given
There is a registered account: customize-test-4@greenstand.org, and there is an wallet named: customize-test-4-wallet
00:00:02.555
When
customize-test-4@greenstand.org login and navigate to wallet details
00:00:13.775
And
the user click the customize wallet button
00:00:01.431
And
the user try to upload a logo file with size: 6MB
00:00:02.259
Then
an error message is shown: Logo file must be less than 5MB
00:00:01.126
And
no preview is displayed for logo
00:00:01.206
Before
00:00:00.001
Given
There is a registered account: customize-test-5@greenstand.org, and there is an wallet named: customize-test-5-wallet
00:00:02.096
When
customize-test-5@greenstand.org login and navigate to wallet details
00:00:08.989
And
the user click the customize wallet button
00:00:00.679
And
the user enter about text with formatting:
00:00:02.810
| format | text |
|---|---|
| bold | Important note |
| normal | about this wallet |
| italic | sustainable trees |
When
the user click the customize save button
00:00:02.097
Then
a success message is shown
00:00:00.456