Files
core/tests/e2e/features/dashboard.feature
T
2019-06-09 17:13:48 +02:00

9 lines
328 B
Gherkin

Feature: Visiting Dashboard
Scenario: As an admin I want to see Dashboard page
Given I am logged in as "admin"
When I visit the "dashboard" page
Then there is element "header" with text "Dashboard"
And there are "equal 8" "records" elements
And the "first_record" element is visible