d20e75a8d8
Currently any spam detected by Akismet by non-members via API will be logged in a separate table in the admin page. Closes #5612
8 lines
197 B
Gherkin
8 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
|