From 979850b129d2474f192430403b2cd75cb962b9a2 Mon Sep 17 00:00:00 2001
From: Diego Araújo
<%= link_to '../', '#parent', onClick: "Module.Tree.load('#{escape_javascript(image_tag 'loader.gif')} #{escape_javascript(t('loading_data'))}', #{@root_module_result.parent_id});" %>
<% end %> diff --git a/features/repository/show/modules_tree.feature b/features/repository/show/modules_tree.feature index 74054f5..47057ca 100644 --- a/features/repository/show/modules_tree.feature +++ b/features/repository/show/modules_tree.feature @@ -17,6 +17,7 @@ Feature: Repository modules tree When I visit the repository show page And I click the "Modules Tree" h3 Then I should see the given module result + And I should not see "../" @kalibro_configuration_restart @kalibro_processor_restart @javascript Scenario: Should show children of root when the process has been finished -- libgit2 0.21.2