add spinach steps for project issues and source features
This commit is contained in:
parent
080bd12e16
commit
698500dd78
11 changed files with 345 additions and 26 deletions
|
@ -1,10 +1,10 @@
|
|||
Feature: Browse git repo
|
||||
Background:
|
||||
Given I signin as a user
|
||||
Feature: Project Browse git repo
|
||||
Background:
|
||||
Given I sign in as a user
|
||||
And I own project "Shop"
|
||||
Given I visit project source page
|
||||
|
||||
Scenario: I blame file
|
||||
Given I click on file from repo
|
||||
Given I click on "Gemfile" file in repo
|
||||
And I click blame button
|
||||
Then I should see git file blame
|
||||
Then I should see git file blame
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue