Commit 9fd55743285fcf8bbfba5595768558f5f29c6520

Authored by Paulo Meireles
1 parent c45851e4

[mezuro] removing selenium test

Showing 1 changed file with 0 additions and 16 deletions   Show diff stats
plugins/mezuro/features/mezuro.feature
... ... @@ -67,19 +67,3 @@ Feature: mezuro content
67 67 And I should see "https://qt-calculator.svn.sourceforge.net/svnroot/qt-calculator"
68 68 And I should see "Kalibro for Java"
69 69 And I should see "Kalibro Service is loading the source code"
70   -
71   - @selenium
72   - Scenario: I delete a real mezuro content
73   - Given I am on My Community's cms
74   - And I follow "New content"
75   - And I follow "Kalibro project"
76   - And I fill in the following:
77   - | Title | Qt-Calculator |
78   - | License | GPL 2.0 |
79   - | Repository type | SUBVERSION |
80   - | Repository url | https://qt-calculator.svn.sourceforge.net/svnroot/qt-calculator |
81   - And I press "Save"
82   - And I follow "Qt-Calculator"
83   - When I follow "Delete"
84   - And I press "Yes, I want."
85   - Then I should not see "Qt-Calculator"
... ...