Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2015-01-19 22:18:00 +0300
committerValery Sizov <valery@gitlab.com>2015-01-19 22:18:00 +0300
commit1809b3ee36b38cd47504114dfb1fed53206ebd15 (patch)
tree09e92374768004756b731e354cf46042bd52e9c5 /features/admin
parent2fba31890e922fa8bae61e7aa3f21c5b4314e735 (diff)
Spinach for admin applications
Diffstat (limited to 'features/admin')
-rw-r--r--features/admin/applications.feature18
1 files changed, 18 insertions, 0 deletions
diff --git a/features/admin/applications.feature b/features/admin/applications.feature
new file mode 100644
index 00000000000..2a00e1666c0
--- /dev/null
+++ b/features/admin/applications.feature
@@ -0,0 +1,18 @@
+@admin
+Feature: Admin Applications
+ Background:
+ Given I sign in as an admin
+ And I visit applications page
+
+ Scenario: I can manage application
+ Then I click on new application button
+ And I should see application form
+ Then I fill application form out and submit
+ And I see application
+ Then I click edit
+ And I see edit application form
+ Then I change name of application and submit
+ And I see that application was changed
+ Then I visit applications page
+ And I click to remove application
+ Then I see that application is removed \ No newline at end of file