mirror of
https://github.com/jbcr/core.git
synced 2026-04-24 17:18:08 +02:00
9 lines
328 B
Gherkin
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
|