Commit 0e2b41887773bb1588115efe218d92a7f2da55df
Committed by
Paulo Meireles
1 parent
e1571a6a
Exists in
master
and in
29 other branches
Uncomment remove test
Showing
1 changed file
with
15 additions
and
15 deletions
Show diff stats
plugins/mezuro/features/mezuro.feature
@@ -59,18 +59,18 @@ Feature: mezuro content | @@ -59,18 +59,18 @@ Feature: mezuro content | ||
59 | And I press "Save" | 59 | And I press "Save" |
60 | Then I should see "Qt-Calculator" | 60 | Then I should see "Qt-Calculator" |
61 | 61 | ||
62 | -# @selenium | ||
63 | -# Scenario: I delete a real mezuro content | ||
64 | -# Given I am on My Community's cms | ||
65 | -# And I follow "New content" | ||
66 | -# And I follow "Kalibro project" | ||
67 | -# And I fill in the following: | ||
68 | -# | Title | Qt-Calculator | | ||
69 | -# | License | GPL 2.0 | | ||
70 | -# | Repository type | SUBVERSION | | ||
71 | -# | Repository url | https://qt-calculator.svn.sourceforge.net/svnroot/qt-calculator | | ||
72 | -# And I press "Save" | ||
73 | -# And I follow "Qt-Calculator" | ||
74 | -# And I follow "Destroy" | ||
75 | -# And I press "Yes, I want." | ||
76 | -# Then I should not see "Qt-Calculator" | 62 | + @selenium |
63 | + Scenario: I delete a real mezuro content | ||
64 | + Given I am on My Community's cms | ||
65 | + And I follow "New content" | ||
66 | + And I follow "Kalibro project" | ||
67 | + And I fill in the following: | ||
68 | + | Title | Qt-Calculator | | ||
69 | + | License | GPL 2.0 | | ||
70 | + | Repository type | SUBVERSION | | ||
71 | + | Repository url | https://qt-calculator.svn.sourceforge.net/svnroot/qt-calculator | | ||
72 | + And I press "Save" | ||
73 | + And I follow "Qt-Calculator" | ||
74 | + When I follow "Delete" | ||
75 | + And I press "Yes, I want." | ||
76 | + Then I should not see "Qt-Calculator" |