From 3fefe6be8b3daa46a1e353fdc236217aebd7e82f Mon Sep 17 00:00:00 2001 From: Diego Araújo Date: Tue, 24 Jan 2012 17:11:19 +0300 Subject: [PATCH] Adding a new acceptance test --- plugins/mezuro/features/mezuro.feature | 15 +++++++++++++++ 1 file changed, 15 insertions(+), 0 deletions(-) diff --git a/plugins/mezuro/features/mezuro.feature b/plugins/mezuro/features/mezuro.feature index f5a5d1f..cde178c 100644 --- a/plugins/mezuro/features/mezuro.feature +++ b/plugins/mezuro/features/mezuro.feature @@ -59,6 +59,21 @@ Feature: mezuro content And I press "Save" Then I should see "Qt-Calculator" + Scenario: I see results from a real Kalibro project + 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 | + | Repository type | SUBVERSION | + | Repository url | https://qt-calculator.svn.sourceforge.net/svnroot/qt-calculator | + And I press "Save" + Then I should see "Qt-Calculator" + And I should see "GPL" + And I should see "SUBVERSION" + And I should see "https://qt-calculator.svn.sourceforge.net/svnroot/qt-calculator" + @selenium Scenario: I delete a real mezuro content Given I am on My Community's cms -- libgit2 0.21.2