mirror of
https://github.com/jbcr/core.git
synced 2026-04-05 07:42:21 +02:00
7 lines
241 B
Gherkin
7 lines
241 B
Gherkin
Feature: Visiting Dashboard
|
|
|
|
Scenario: As an admin I want to see the News Widget
|
|
Given I am logged in as "admin"
|
|
When I visit the "dashboard" page
|
|
Then there is element "widget_title" with text "Latest Bolt News"
|