diff --git a/features/software_registration.feature b/features/software_registration.feature index 3624850..86c7d7a 100644 --- a/features/software_registration.feature +++ b/features/software_registration.feature @@ -74,12 +74,14 @@ Feature: edit public software information Given I am on mpog-admin's control panel And I follow "Create a new software" And I fill in "community_name_id" with "another software" - And I fill in "community_identifier" with "another-software" + And I fill in "community-identifier" with "another-software" And I fill in "software_info_finality" with "another software finality" And I type in "gp" in autocomplete list "#license_info_version" and I choose "GPL-2" And I should see "Read license" within "#version_link" And I press "Create" - And I go to another-software's control panel + And I should see "Configure Software Community" + And I press "Save" + And I should see "Control Panel" And I follow "Software Info" And I type in "gp" in autocomplete list "#license_info_version" and I choose "GPL-3" Then I should see "Read license" within "#version_link" -- libgit2 0.21.2