diff --git a/features/admin_panel/access_to_admin_panel.feature b/tests/features/admin_panel/access_to_admin_panel.feature similarity index 100% rename from features/admin_panel/access_to_admin_panel.feature rename to tests/features/admin_panel/access_to_admin_panel.feature diff --git a/features/admin_panel/adding_user_to_admin_panel.feature b/tests/features/admin_panel/adding_user_to_admin_panel.feature similarity index 100% rename from features/admin_panel/adding_user_to_admin_panel.feature rename to tests/features/admin_panel/adding_user_to_admin_panel.feature diff --git a/features/admin_panel/creating_new_admin.feature b/tests/features/admin_panel/creating_new_admin.feature similarity index 100% rename from features/admin_panel/creating_new_admin.feature rename to tests/features/admin_panel/creating_new_admin.feature diff --git a/features/admin_panel/meetup/create.feature b/tests/features/admin_panel/meetup/create.feature similarity index 100% rename from features/admin_panel/meetup/create.feature rename to tests/features/admin_panel/meetup/create.feature diff --git a/features/admin_panel/meetup/delete.feature b/tests/features/admin_panel/meetup/delete.feature similarity index 100% rename from features/admin_panel/meetup/delete.feature rename to tests/features/admin_panel/meetup/delete.feature diff --git a/features/admin_panel/meetup/show.feature b/tests/features/admin_panel/meetup/show.feature similarity index 100% rename from features/admin_panel/meetup/show.feature rename to tests/features/admin_panel/meetup/show.feature diff --git a/features/admin_panel/meetup/update.feature b/tests/features/admin_panel/meetup/update.feature similarity index 100% rename from features/admin_panel/meetup/update.feature rename to tests/features/admin_panel/meetup/update.feature diff --git a/features/admin_panel/organization/create.feature b/tests/features/admin_panel/organization/create.feature similarity index 100% rename from features/admin_panel/organization/create.feature rename to tests/features/admin_panel/organization/create.feature diff --git a/features/admin_panel/organization/delete.feature b/tests/features/admin_panel/organization/delete.feature similarity index 100% rename from features/admin_panel/organization/delete.feature rename to tests/features/admin_panel/organization/delete.feature diff --git a/features/admin_panel/organization/show.feature b/tests/features/admin_panel/organization/show.feature similarity index 100% rename from features/admin_panel/organization/show.feature rename to tests/features/admin_panel/organization/show.feature diff --git a/features/admin_panel/organization/update.feature b/tests/features/admin_panel/organization/update.feature similarity index 100% rename from features/admin_panel/organization/update.feature rename to tests/features/admin_panel/organization/update.feature diff --git a/features/admin_panel/speakers/create.feature b/tests/features/admin_panel/speakers/create.feature similarity index 100% rename from features/admin_panel/speakers/create.feature rename to tests/features/admin_panel/speakers/create.feature diff --git a/features/admin_panel/speakers/delete.feature b/tests/features/admin_panel/speakers/delete.feature similarity index 100% rename from features/admin_panel/speakers/delete.feature rename to tests/features/admin_panel/speakers/delete.feature diff --git a/features/admin_panel/speakers/show.feature b/tests/features/admin_panel/speakers/show.feature similarity index 100% rename from features/admin_panel/speakers/show.feature rename to tests/features/admin_panel/speakers/show.feature diff --git a/features/admin_panel/speakers/update.feature b/tests/features/admin_panel/speakers/update.feature similarity index 100% rename from features/admin_panel/speakers/update.feature rename to tests/features/admin_panel/speakers/update.feature diff --git a/features/authentication/login.feature b/tests/features/authentication/login.feature similarity index 100% rename from features/authentication/login.feature rename to tests/features/authentication/login.feature diff --git a/features/authentication/register.feature b/tests/features/authentication/register.feature similarity index 100% rename from features/authentication/register.feature rename to tests/features/authentication/register.feature diff --git a/features/meetup/create.feature b/tests/features/meetup/create.feature similarity index 100% rename from features/meetup/create.feature rename to tests/features/meetup/create.feature diff --git a/features/meetup/delete.feature b/tests/features/meetup/delete.feature similarity index 100% rename from features/meetup/delete.feature rename to tests/features/meetup/delete.feature diff --git a/features/meetup/show.feature b/tests/features/meetup/show.feature similarity index 100% rename from features/meetup/show.feature rename to tests/features/meetup/show.feature diff --git a/features/meetup/update.feature b/tests/features/meetup/update.feature similarity index 100% rename from features/meetup/update.feature rename to tests/features/meetup/update.feature diff --git a/features/user/changing_password.feature b/tests/features/user/changing_password.feature similarity index 100% rename from features/user/changing_password.feature rename to tests/features/user/changing_password.feature