Commit 9ed4b61aa40281cf9c6f720f26d86eaf3919c9a0

Authored by Paulo Meireles
1 parent 3fefe6be

updating acceptance test

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
plugins/mezuro/features/mezuro.feature
... ... @@ -68,11 +68,14 @@ Feature: mezuro content
68 68 | License | GPL |
69 69 | Repository type | SUBVERSION |
70 70 | Repository url | https://qt-calculator.svn.sourceforge.net/svnroot/qt-calculator |
  71 + | Configuration | Kalibro for Java |
71 72 And I press "Save"
72 73 Then I should see "Qt-Calculator"
73 74 And I should see "GPL"
74 75 And I should see "SUBVERSION"
75 76 And I should see "https://qt-calculator.svn.sourceforge.net/svnroot/qt-calculator"
  77 + And I should see "Kalibro for Java"
  78 + And I should see "Kalibro Service is loading the source code"
76 79  
77 80 @selenium
78 81 Scenario: I delete a real mezuro content
... ...