Commit bddb19609f3523d10b064e139e2a7f973dc09b99
1 parent
8f48ef54
Exists in
colab
and in
4 other branches
Added wait on modules navigation feature so it pass on slower computers
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
features/repository/show/modules_tree.feature
| ... | ... | @@ -30,6 +30,7 @@ Feature: Repository modules tree |
| 30 | 30 | And I ask for the module result of the given processing |
| 31 | 31 | When I visit the repository show page |
| 32 | 32 | And I click the "Modules Tree" h3 |
| 33 | + And I wait for "5" seconds | |
| 33 | 34 | Then I should see a sample child's name |
| 34 | 35 | And I should see "Name" |
| 35 | 36 | And I should see "Granularity" | ... | ... |