From 6a4c43b9c01945b7a6317d1fd0c622794828cae7 Mon Sep 17 00:00:00 2001 From: Toni Dezman Date: Mon, 4 Sep 2017 11:57:35 +0200 Subject: [PATCH] moves .feature files to features folder --- .../forgot_password.feature | 0 .../home_page.feature | 0 .../invite_user.feature | 0 .../specifications => features}/login.feature | 0 .../profile.feature | 0 .../project.feature | 0 .../protocol.feature | 0 .../protocol_manage.feature | 0 .../protocol_step.feature | 0 .../result.feature | 0 .../sign_up.feature | 0 .../specifications => features}/teams.feature | 0 test/specifications/gamification.feature | 72 ------------------- 13 files changed, 72 deletions(-) rename {test/specifications => features}/forgot_password.feature (100%) rename {test/specifications => features}/home_page.feature (100%) rename {test/specifications => features}/invite_user.feature (100%) rename {test/specifications => features}/login.feature (100%) rename {test/specifications => features}/profile.feature (100%) rename {test/specifications => features}/project.feature (100%) rename {test/specifications => features}/protocol.feature (100%) rename {test/specifications => features}/protocol_manage.feature (100%) rename {test/specifications => features}/protocol_step.feature (100%) rename {test/specifications => features}/result.feature (100%) rename {test/specifications => features}/sign_up.feature (100%) rename {test/specifications => features}/teams.feature (100%) delete mode 100644 test/specifications/gamification.feature diff --git a/test/specifications/forgot_password.feature b/features/forgot_password.feature similarity index 100% rename from test/specifications/forgot_password.feature rename to features/forgot_password.feature diff --git a/test/specifications/home_page.feature b/features/home_page.feature similarity index 100% rename from test/specifications/home_page.feature rename to features/home_page.feature diff --git a/test/specifications/invite_user.feature b/features/invite_user.feature similarity index 100% rename from test/specifications/invite_user.feature rename to features/invite_user.feature diff --git a/test/specifications/login.feature b/features/login.feature similarity index 100% rename from test/specifications/login.feature rename to features/login.feature diff --git a/test/specifications/profile.feature b/features/profile.feature similarity index 100% rename from test/specifications/profile.feature rename to features/profile.feature diff --git a/test/specifications/project.feature b/features/project.feature similarity index 100% rename from test/specifications/project.feature rename to features/project.feature diff --git a/test/specifications/protocol.feature b/features/protocol.feature similarity index 100% rename from test/specifications/protocol.feature rename to features/protocol.feature diff --git a/test/specifications/protocol_manage.feature b/features/protocol_manage.feature similarity index 100% rename from test/specifications/protocol_manage.feature rename to features/protocol_manage.feature diff --git a/test/specifications/protocol_step.feature b/features/protocol_step.feature similarity index 100% rename from test/specifications/protocol_step.feature rename to features/protocol_step.feature diff --git a/test/specifications/result.feature b/features/result.feature similarity index 100% rename from test/specifications/result.feature rename to features/result.feature diff --git a/test/specifications/sign_up.feature b/features/sign_up.feature similarity index 100% rename from test/specifications/sign_up.feature rename to features/sign_up.feature diff --git a/test/specifications/teams.feature b/features/teams.feature similarity index 100% rename from test/specifications/teams.feature rename to features/teams.feature diff --git a/test/specifications/gamification.feature b/test/specifications/gamification.feature deleted file mode 100644 index 0d74cc342..000000000 --- a/test/specifications/gamification.feature +++ /dev/null @@ -1,72 +0,0 @@ -# feature/gamification. feature -Feature: Completing gamification - As a creator of team - I want to finish gamification and earn 1 GB team space - I want to earn up to 10 GB team space - -Background: -Given the following users is registered: - | name | email | password | team | role | - |Karli Novak (creator)| nonadmin@myorg.com | mypassword1234 | BioSistemika Process | Administrator| - - Scenario: Successful first login to sciNote - Given sign up to sciNote BioSistemika Process team of a Karli Novak user - And I click to "I am ready to start" button of a "Welcome to sciNote" modal window - Then I should see start of tutorial - And I click to "SKIP TUTORIAL" button - Then I should see "1/4" completed basic steps of 4 basic steps - - Scenario: Successful create new project - Given home page of BioSistemika Process team of a Karli Novak user - And I click to "New project" button - Then I fill in "Golica" to Project name field of "Create new project" modal window - And I click on "Create project" button - Then I should see "Project Golica successfully created." flash message - Then I should see "2/4" completed basic steps of 4 basic steps - - Scenario: Successful create new experiment - Given Golica project page of a Karli Novak user - And I click to "Create new experiment" card - Then I fill in "Narcisa" to Experiment name field of "Create new experiment" modal window - Then I fill in "Pozno spomladi cvetijo narcise." to Description field of "Create new experiment" modal window - And I click on "Create experiment" button - Then I should see "Project successfully updated." flash message - Then I should see 2 GB of a team space - Then I should see 13 leaves - - Scenario: Successful earn 8 GB invating users to sciNote - Given Profile page of a Karli Novak user - Then I should see 13 leaves - Then I should see 2 GB of a team space - And I click on avatar - And I click to "Invite people to sciNote" - Then I fill in "nikola@myorg.com" to Invite people to sciNote input field - And confirm with ENTER key - Then I fill in "marija@myorg.com" to Invite people to sciNote input field - And confirm with ENTER key - Then I fill in "luka@myorg.com" to Invite people to sciNote input field - And confirm with ENTER key - Then I fill in "matej@myorg.com" to Invite people to sciNote input field - And confirm with ENTER key - Then I fill in "mojca@myorg.com" to Invite people to sciNote input field - And confirm with ENTER key - Then I fill in "nika@myorg.com" to Invite people to sciNote input field - And confirm with ENTER key - Then I fill in "lana@myorg.com" to Invite people to sciNote input field - And confirm with ENTER key - Then I fill in "petra@myorg.com" to Invite people to sciNote input field - And confirm with ENTER key - And I click on checkbox "Invite user to my team" - And I click on "Invite user/s" button - And I click on "as Normal user/s" modal window - Then I should see "nikola@myorg.com - User successfully invited to sciNote and team BioSistemika Process as Normal user." Invitation results in Invite people to sciNote modal window - Then I should see "marija@myorg.com - User is already a member of sciNote - successfully invited to team BioSistemika Process as Normal user." Invitation results in Invite people to sciNote modal window - Then I should see "luka@myorg.com - User successfully invited to sciNote and team BioSistemika Process as Normal user." Invitation results in Invite people to sciNote modal window - Then I should see "matej@myorg.com - User is already a member of sciNote - successfully invited to team BioSistemika Process as Normal user." Invitation results in Invite people to sciNote modal window - Then I should see "mojca@myorg.com - User successfully invited to sciNote and team BioSistemika Process as Normal user." Invitation results in Invite people to sciNote modal window - Then I should see "nika@myorg.com - User is already a member of sciNote - successfully invited to team BioSistemika Process as Normal user." Invitation results in Invite people to sciNote modal window - Then I should see "lana@myorg.com - User successfully invited to sciNote and team BioSistemika Process as Normal user." Invitation results in Invite people to sciNote modal window - Then I should see "petra@myorg.com - User is already a member of sciNote - successfully invited to team BioSistemika Process as Normal user." Invitation results in Invite people to sciNote modal window - And I click on "Close" button - Then I should see 10 GB of a team space - Then I should see earned 93 leaves