mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 05:06:46 +10:00
10 lines
226 B
Gherkin
10 lines
226 B
Gherkin
Feature: Project Graph
|
|
Background:
|
|
Given I sign in as a user
|
|
And I own project "Shop"
|
|
And I visit project "Shop" graph page
|
|
|
|
@javascript
|
|
Scenario: I should see project graphs
|
|
Then page should have graphs
|