mirror of
https://github.com/jbcr/core.git
synced 2026-04-19 22:51:02 +02:00
8 lines
230 B
Gherkin
8 lines
230 B
Gherkin
Feature: Visiting API backend page
|
|
|
|
Scenario: As an admin I want to see API page
|
|
Given I am logged in as "admin"
|
|
When I visit the "backend_api" page
|
|
Then there is element "header" with text "Bolt API"
|
|
|