9 lines
206 B
Gherkin
9 lines
206 B
Gherkin
|
Feature: Dashboard
|
||
|
Background:
|
||
|
Given I sign in as a user
|
||
|
And I own project "Shop"
|
||
|
And I visit dashboard projects page
|
||
|
|
||
|
Scenario: I should see issues list
|
||
|
Then I should see projects list
|