From cb3a284ca484d6b3460e05d0b5be3e1b6f6ea5de Mon Sep 17 00:00:00 2001 From: Gina Contrino Date: Wed, 18 Apr 2018 10:12:34 +0200 Subject: [PATCH] Add pending tag to integration test --- test/e2e/send.feature | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/e2e/send.feature b/test/e2e/send.feature index 19c76843ff..7f0ec640fa 100644 --- a/test/e2e/send.feature +++ b/test/e2e/send.feature @@ -13,7 +13,10 @@ Feature: Send dialog And I should see 26 rows When I scroll to the bottom of "transaction results" Then I should see 51 rows - @advanced + + # pending because this test currently depends on the prior one + # and is failing when running isolated + @advanced @pending Scenario: should be able to init account if needed Given I wait 10 seconds And I'm logged in as "without initialization"