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,7 +14,6 @@ Feature: Show Repository | ||
| 14 | And I wait up for a ready processing | 14 | And I wait up for a ready processing |
| 15 | When I visit the repository show page | 15 | When I visit the repository show page |
| 16 | Then I should see the sample repository name | 16 | Then I should see the sample repository name |
| 17 | - And I should see "Description" | ||
| 18 | And I should see "Address" | 17 | And I should see "Address" |
| 19 | And I should see "Configuration" | 18 | And I should see "Configuration" |
| 20 | And I should see "State" | 19 | And I should see "State" |
| @@ -33,7 +32,6 @@ Feature: Show Repository | @@ -33,7 +32,6 @@ Feature: Show Repository | ||
| 33 | And I start to process that repository | 32 | And I start to process that repository |
| 34 | When I visit the repository show page | 33 | When I visit the repository show page |
| 35 | Then I should see the sample repository name | 34 | Then I should see the sample repository name |
| 36 | - And I should see "Description" | ||
| 37 | And I should see "Address" | 35 | And I should see "Address" |
| 38 | And I should see "Configuration" | 36 | And I should see "Configuration" |
| 39 | And I should see "State" | 37 | And I should see "State" |