tokenbridge/ui-e2e
2019-05-22 16:25:32 +02:00
..
accounts Extracting UI E2E (#49) 2019-05-21 09:41:52 +02:00
envs Removed duplicate env variable 2019-05-22 16:14:40 +02:00
scripts Corrected path to contracts 2019-05-22 11:25:37 +02:00
config.json Try to run ui-e2e on 2.2.0 contracts 2019-05-22 11:29:01 +02:00
docker-compose.yml Rename Dockerfile to Dockerfile.e2e. 2019-05-22 16:25:32 +02:00
mainPage.js Extracting UI E2E (#49) 2019-05-21 09:41:52 +02:00
MetaMask.crx Extracting UI E2E (#49) 2019-05-21 09:41:52 +02:00
MetaMask.js Extracting UI E2E (#49) 2019-05-21 09:41:52 +02:00
package.json Using monorepo's contracts instead of dockerfile. 2019-05-21 16:51:59 +02:00
Page.js Extracting UI E2E (#49) 2019-05-21 09:41:52 +02:00
README.md Extracting UI E2E (#49) 2019-05-21 09:41:52 +02:00
run-tests.sh Using monorepo's contracts instead of dockerfile. 2019-05-21 16:51:59 +02:00
test.js Try to run ui-e2e on 2.2.0 contracts 2019-05-22 11:29:01 +02:00
User.js Extracting UI E2E (#49) 2019-05-21 09:41:52 +02:00
Utils.js Extracting UI E2E (#49) 2019-05-21 09:41:52 +02:00

ui-e2e

End to end tests for the UI

  • Configure startURL, homeAccount, foreignAccount in config.json

Tests

1. User is able to open main page of bridge-ui 
2. Main page: foreign POA balance is displayed 
3. Main page: home POA balance is displayed

4. User is able to send tokens from Home account to Foreign account
5. Home POA balance has  correctly changed after transaction
6. Foreign account has received correct amount of tokens after transaction

7. User is able to send tokens from Foreign account to Home account
8. Foreign POA balance has correctly changed after transaction
9. Home account has received correct amount of tokens after transaction