mirror of
https://github.com/jbcr/core.git
synced 2026-03-29 20:32:19 +02:00
7 lines
233 B
Gherkin
7 lines
233 B
Gherkin
Feature: Visiting API backend page
|
|
|
|
@javascript
|
|
Scenario: As an admin I want to see API page
|
|
Given I am logged in as "admin"
|
|
When I am on "/bolt/api"
|
|
Then I should see "Bolt API" in the ".admin__header--title" element |