mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 20:56:08 +10:00
Currently any spam detected by Akismet by non-members via API will be logged in a separate table in the admin page. Closes #5612
9 lines
197 B
Gherkin
9 lines
197 B
Gherkin
Feature: Admin spam logs
|
|
Background:
|
|
Given I sign in as an admin
|
|
And spam logs exist
|
|
|
|
Scenario: Browse spam logs
|
|
When I visit spam logs page
|
|
Then I should see list of spam logs
|