diff options
| author | Filipa Lacerda <filipa@gitlab.com> | 2016-12-12 17:44:56 +0000 |
|---|---|---|
| committer | Filipa Lacerda <filipa@gitlab.com> | 2016-12-12 17:52:06 +0000 |
| commit | eb839b9af51d411a6a35786a1c1c58954da1a650 (patch) | |
| tree | 88a8ff1084be1a7bacf2b1557e04c5aa48434b6f /features/admin | |
| parent | ce867db6b8b1b317ebe864d36d50fde5aad787d4 (diff) | |
| parent | 3445136b9b0b8367b151170509fabe613389a50d (diff) | |
| download | gitlab-ce-eb839b9af51d411a6a35786a1c1c58954da1a650.tar.gz | |
Merge CSS
Diffstat (limited to 'features/admin')
| -rw-r--r-- | features/admin/hooks.feature | 9 | ||||
| -rw-r--r-- | features/admin/logs.feature | 8 |
2 files changed, 0 insertions, 17 deletions
diff --git a/features/admin/hooks.feature b/features/admin/hooks.feature deleted file mode 100644 index 5ca332d9f1c..00000000000 --- a/features/admin/hooks.feature +++ /dev/null @@ -1,9 +0,0 @@ -@admin -Feature: Admin Hooks - Background: - Given I sign in as an admin - - Scenario: On Admin Hooks - Given I visit admin hooks page - Then I submit the form with enabled SSL verification - And I see new hook with enabled SSL verification
\ No newline at end of file diff --git a/features/admin/logs.feature b/features/admin/logs.feature deleted file mode 100644 index ceb3bc34927..00000000000 --- a/features/admin/logs.feature +++ /dev/null @@ -1,8 +0,0 @@ -@admin -Feature: Admin Logs - Background: - Given I sign in as an admin - - Scenario: On Admin Logs - Given I visit admin logs page - Then I should see tabs with available logs |
