From 7fd71d470374c111780ba855ea3397f5beae5607 Mon Sep 17 00:00:00 2001 From: Stanimal Date: Thu, 9 Dec 2021 11:12:43 +0400 Subject: [PATCH] missing word in cucumber test --- integration_tests/cucumber.js | 3 ++- integration_tests/features/WalletFFI.feature | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/integration_tests/cucumber.js b/integration_tests/cucumber.js index 2581a96d35..ed54e8a506 100644 --- a/integration_tests/cucumber.js +++ b/integration_tests/cucumber.js @@ -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", }; diff --git a/integration_tests/features/WalletFFI.feature b/integration_tests/features/WalletFFI.feature index b6e396fea4..14e598c91b 100644 --- a/integration_tests/features/WalletFFI.feature +++ b/integration_tests/features/WalletFFI.feature @@ -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