Commit 0c616a3992d078c401cf9376481191ef44da98ff
1 parent
4af821e8
Exists in
master
and in
1 other branch
Fixes software_catalog cucumber test
Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/noosfero-spb/software_communities/features/software_catalog.feature
... | ... | @@ -30,7 +30,7 @@ Feature: Search software |
30 | 30 | |
31 | 31 | Scenario: Show all "public_software" softwares when open search page |
32 | 32 | Given I go to /search/software_infos |
33 | - Then the "all_radio_button" checkbox should be checked | |
33 | + Then the "public_software_radio_button" checkbox should be checked | |
34 | 34 | |
35 | 35 | @selenium |
36 | 36 | Scenario: Show search for a query when I click on search button | ... | ... |