diff options
| author | Semyon Pupkov <mail@semyonpupkov.com> | 2016-12-16 16:45:52 +0500 |
|---|---|---|
| committer | Semyon Pupkov <mail@semyonpupkov.com> | 2016-12-17 17:45:10 +0500 |
| commit | 5a6252ff4ab4fd24d4c3f1b14d4551061e7acb65 (patch) | |
| tree | d65ff0b02b9e2fd36d0bba0558a9c288c9af7098 /features/admin | |
| parent | e47989a58b8a9f83855ea9210ba5786fc14fb841 (diff) | |
| download | gitlab-ce-5a6252ff4ab4fd24d4c3f1b14d4551061e7acb65.tar.gz | |
Move admin application spinach test to rspec
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
Diffstat (limited to 'features/admin')
| -rw-r--r-- | features/admin/applications.feature | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/features/admin/applications.feature b/features/admin/applications.feature deleted file mode 100644 index 2a00e1666c0..00000000000 --- a/features/admin/applications.feature +++ /dev/null @@ -1,18 +0,0 @@ -@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 |
