Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Test against lisk core 1.0.0-beta.9.2 #1077

Merged
merged 4 commits into from
Jul 18, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ node('lisk-nano') {
export DISPLAY=:1$N
Xvfb :1$N -ac -screen 0 1280x1024x24 &

cp -r ~/lisk-docker/examples/development $WORKSPACE/$BRANCH_NAME
cp -r ~/liskhq/lisk-docker/examples/development $WORKSPACE/$BRANCH_NAME
cd $WORKSPACE/$BRANCH_NAME
cp /home/lisk/blockchain_explorer.db.gz ./blockchain.db.gz
LISK_VERSION=1.0.0-beta.7.1 make coldstart
LISK_VERSION=1.0.0-rc.1 make coldstart
LISK_PORT=$( docker-compose port lisk 4000 |cut -d ":" -f 2 )
cd -

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/transactions.feature
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Feature: Transactions tab
And I click "from-to" element on table row no. 1
And I fill in "1" to "amount" field
And I click "submit button"
Then I should see alert dialog with title "Success" and text "Your transaction of 1 LSK to 14706379298538803272L was accepted and will be processed in a few seconds."
Then I should see alert dialog with title "Success" and text "Your transaction of 1 LSK to 537318935439898807L was accepted and will be processed in a few seconds."

@integration
@pending
Expand Down