Remove duplicate coverage in spec requests. All features should be covered in cucumber
This commit is contained in:
parent
3079687b93
commit
6de4882597
18 changed files with 39 additions and 589 deletions
|
@ -0,0 +1,10 @@
|
|||
Feature: Browse git repo
|
||||
Background:
|
||||
Given I signin 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
|
||||
And I click blame button
|
||||
Then I should see git file blame
|
Loading…
Add table
Add a link
Reference in a new issue