Commit fb2ecc7fa3c121f176d83b847366d8adca4182c6

Authored by Rodrigo Souto
1 parent 037df477

Move test to selenium since it requires and ajax call

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
features/chat.feature
... ... @@ -14,6 +14,7 @@ Feature: chat
14 14 And "tame" is friend of "mariasilva"
15 15 And "tame" is friend of "josesilva"
16 16  
  17 + @selenium
17 18 Scenario: provide link to open chat
18 19 Given feature "xmpp_chat" is enabled on environment
19 20 And I am logged in as "tame"
... ...