Commit 1d201125eac661a875cc4b4c024d8d9f518eb595
1 parent
ebdd98c3
Exists in
colab
and in
4 other branches
Fixing project show and processing acceptance tests
Showing
2 changed files
with
3 additions
and
4 deletions
Show diff stats
app/views/projects/show.html.erb
features/repository/show.feature
... | ... | @@ -18,7 +18,7 @@ Feature: Show Repository |
18 | 18 | And I should see "Address" |
19 | 19 | And I should see "Configuration" |
20 | 20 | And I should see "State" |
21 | - And I should see "Date" | |
21 | + And I should see "Creation date" | |
22 | 22 | And I should see "LOADING time" |
23 | 23 | And I should see "COLLECTING time" |
24 | 24 | And I should see "ANALYZING time" |
... | ... | @@ -37,4 +37,4 @@ Feature: Show Repository |
37 | 37 | And I should see "Address" |
38 | 38 | And I should see "Configuration" |
39 | 39 | And I should see "State" |
40 | - And I should see "Date" | |
41 | 40 | \ No newline at end of file |
41 | + And I should see "Creation date" | |
42 | 42 | \ No newline at end of file | ... | ... |