Commit 2e0927b2e91d595df48876f53c7ec388b61e7ccb
1 parent
a8b2d25b
Exists in
master
and in
79 other branches
Fix selenium test
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
features/software_registration.feature
... | ... | @@ -74,12 +74,14 @@ Feature: edit public software information |
74 | 74 | Given I am on mpog-admin's control panel |
75 | 75 | And I follow "Create a new software" |
76 | 76 | And I fill in "community_name_id" with "another software" |
77 | - And I fill in "community_identifier" with "another-software" | |
77 | + And I fill in "community-identifier" with "another-software" | |
78 | 78 | And I fill in "software_info_finality" with "another software finality" |
79 | 79 | And I type in "gp" in autocomplete list "#license_info_version" and I choose "GPL-2" |
80 | 80 | And I should see "Read license" within "#version_link" |
81 | 81 | And I press "Create" |
82 | - And I go to another-software's control panel | |
82 | + And I should see "Configure Software Community" | |
83 | + And I press "Save" | |
84 | + And I should see "Control Panel" | |
83 | 85 | And I follow "Software Info" |
84 | 86 | And I type in "gp" in autocomplete list "#license_info_version" and I choose "GPL-3" |
85 | 87 | Then I should see "Read license" within "#version_link" | ... | ... |