mirror of
https://github.com/jbcr/core.git
synced 2026-03-29 20:32:19 +02:00
8 lines
237 B
Gherkin
8 lines
237 B
Gherkin
Feature: Visiting Dashboard
|
|
|
|
@javascript
|
|
Scenario: As an admin I want to see the News Widget
|
|
Given I am logged in as "admin"
|
|
When I am on "/bolt/"
|
|
Then I should see "Latest Bolt News" in the "#widget-news-widget" element
|