Commit 9b8c21edc2f7f51a22adc992b2242b13f337aeec
1 parent
fe46977e
Exists in
colab
and in
4 other branches
Project has no description
Showing
2 changed files
with
0 additions
and
7 deletions
Show diff stats
app/views/repositories/show.html.erb
features/repository/show.feature
| ... | ... | @@ -14,7 +14,6 @@ Feature: Show Repository |
| 14 | 14 | And I wait up for a ready processing |
| 15 | 15 | When I visit the repository show page |
| 16 | 16 | Then I should see the sample repository name |
| 17 | - And I should see "Description" | |
| 18 | 17 | And I should see "Address" |
| 19 | 18 | And I should see "Configuration" |
| 20 | 19 | And I should see "State" |
| ... | ... | @@ -33,7 +32,6 @@ Feature: Show Repository |
| 33 | 32 | And I start to process that repository |
| 34 | 33 | When I visit the repository show page |
| 35 | 34 | Then I should see the sample repository name |
| 36 | - And I should see "Description" | |
| 37 | 35 | And I should see "Address" |
| 38 | 36 | And I should see "Configuration" |
| 39 | 37 | And I should see "State" | ... | ... |