From 0e2b41887773bb1588115efe218d92a7f2da55df Mon Sep 17 00:00:00 2001 From: Carlos Morais Date: Mon, 23 Jan 2012 11:46:19 -0200 Subject: [PATCH] Uncomment remove test --- plugins/mezuro/features/mezuro.feature | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/plugins/mezuro/features/mezuro.feature b/plugins/mezuro/features/mezuro.feature index f387e23..f5a5d1f 100644 --- a/plugins/mezuro/features/mezuro.feature +++ b/plugins/mezuro/features/mezuro.feature @@ -59,18 +59,18 @@ Feature: mezuro content And I press "Save" Then I should see "Qt-Calculator" -# @selenium -# Scenario: I delete a real mezuro content -# Given I am on My Community's cms -# And I follow "New content" -# And I follow "Kalibro project" -# And I fill in the following: -# | Title | Qt-Calculator | -# | License | GPL 2.0 | -# | Repository type | SUBVERSION | -# | Repository url | https://qt-calculator.svn.sourceforge.net/svnroot/qt-calculator | -# And I press "Save" -# And I follow "Qt-Calculator" -# And I follow "Destroy" -# And I press "Yes, I want." -# Then I should not see "Qt-Calculator" + @selenium + Scenario: I delete a real mezuro content + Given I am on My Community's cms + And I follow "New content" + And I follow "Kalibro project" + And I fill in the following: + | Title | Qt-Calculator | + | License | GPL 2.0 | + | Repository type | SUBVERSION | + | Repository url | https://qt-calculator.svn.sourceforge.net/svnroot/qt-calculator | + And I press "Save" + And I follow "Qt-Calculator" + When I follow "Delete" + And I press "Yes, I want." + Then I should not see "Qt-Calculator" -- libgit2 0.21.2