From ec307e3993fe878a5d2ca8f70c5a2e787247c4e4 Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Wed, 27 Mar 2013 15:20:38 +0000 Subject: [PATCH] Fixing test: features/accept_member.feature --- features/accept_member.feature | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/features/accept_member.feature b/features/accept_member.feature index 7037924..6f08de2 100644 --- a/features/accept_member.feature +++ b/features/accept_member.feature @@ -14,6 +14,7 @@ Feature: accept member And the community "My Community" is closed And "Mario Souto" is admin of "My Community" + @selenium Scenario: approve a task to accept a member as admin in a closed community Given "Marie Curie" asked to join "My Community" And I am logged in as "mario" @@ -25,6 +26,7 @@ Feature: accept member And I press "Apply!" Then "Marie Curie" should be admin of "My Community" + @selenium Scenario: approve a task to accept a member as member in a closed community Given "Marie Curie" asked to join "My Community" And I am logged in as "mario" @@ -36,6 +38,7 @@ Feature: accept member And I press "Apply!" Then "Marie Curie" should be a member of "My Community" + @selenium Scenario: approve a task to accept a member as moderator in a closed community Given "Marie Curie" asked to join "My Community" And I am logged in as "mario" -- libgit2 0.21.2