Skip to content

Commit

Permalink
missing word in cucumber test
Browse files Browse the repository at this point in the history
  • Loading branch information
sdbondi committed Dec 9, 2021
1 parent 1b960df commit 7fd71d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion integration_tests/cucumber.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
default: "--tags 'not @long-running and not @broken' --fail-fast",
default:
"--tags 'not @long-running and not @wallet-ffi and not @broken' --fail-fast",
ci: " ",
critical: "--format @cucumber/pretty-formatter --tags @critical",
};
3 changes: 1 addition & 2 deletions integration_tests/features/WalletFFI.feature
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@ Feature: Wallet FFI
Then I retrieve the mnemonic word list for SPANISH from ffi wallet FFI_WALLET
And I stop ffi wallet FFI_WALLET

@doit
Scenario: As a client I want to set the base node
Given I have a base node BASE1
And I have a base node BASE2
Given I have a ffi wallet FFI_WALLET connected to base node BASE1
Then I wait for wallet FFI_WALLET to connect to BASE1
Then I wait for ffi wallet FFI_WALLET to connect to BASE1
Given I set base node BASE2 for ffi wallet FFI_WALLET
Then I wait for ffi wallet FFI_WALLET to connect to BASE2

Expand Down

0 comments on commit 7fd71d4

Please sign in to comment.