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

Commit

Permalink
Merge pull request #1077 from LiskHQ/test-against-core-1.0.0-beta.7
Browse files Browse the repository at this point in the history
Test against lisk core 1.0.0-beta.9.2
  • Loading branch information
fchavant authored Jul 18, 2018
2 parents d91923c + 9e16f85 commit 460945a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit 460945a

Please sign in to comment.