Skip to content
Extraits de code Groupes Projets
Valider a1f4c4b1 rédigé par Jonne Haß's avatar Jonne Haß
Parcourir les fichiers

wild shot at stabilizing features/aspect_navigation.feature:18 by making sure...

wild shot at stabilizing features/aspect_navigation.feature:18 by making sure all aspects are deselected after deselecting all aspects
parent 684067be
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -11,6 +11,7 @@ When /^I select only "([^"]*)" aspect$/ do |aspect_name| ...@@ -11,6 +11,7 @@ When /^I select only "([^"]*)" aspect$/ do |aspect_name|
within('#aspects_list') do within('#aspects_list') do
click_link 'Select all' if has_link? 'Select all' click_link 'Select all' if has_link? 'Select all'
click_link 'Deselect all' click_link 'Deselect all'
current_scope.should have_no_css '.selected'
end end
step %Q(I select "#{aspect_name}" aspect as well) step %Q(I select "#{aspect_name}" aspect as well)
end end
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter