Commit b64ceadbf273c0b99072b3eb124deb51b7e80f27
1 parent
5fd2f715
Exists in
master
and in
4 other branches
lets comment browse feature
Showing
2 changed files
with
23 additions
and
23 deletions
Show diff stats
features/projects/source/browse_files.feature
... | ... | @@ -1,23 +0,0 @@ |
1 | -Feature: Browse git repo | |
2 | - Background: | |
3 | - Given I signin as a user | |
4 | - And I own project "Shop" | |
5 | - Given I visit project source page | |
6 | - | |
7 | - Scenario: I browse files from master branch | |
8 | - Then I should see files from repository | |
9 | - | |
10 | - Scenario: I browse files for specific ref | |
11 | - Given I visit project source page for "8470d70" | |
12 | - Then I should see files from repository for "8470d70" | |
13 | - | |
14 | - Scenario: I browse file content | |
15 | - Given I click on file from repo | |
16 | - Then I should see it content | |
17 | - | |
18 | - Scenario: I browse raw file | |
19 | - Given I visit blob file from repo | |
20 | - And I click on raw button | |
21 | - Then I should see raw file content | |
22 | - | |
23 | - |
... | ... | @@ -0,0 +1,23 @@ |
1 | +Feature: Browse git repo | |
2 | + Background: | |
3 | + Given I signin as a user | |
4 | + And I own project "Shop" | |
5 | + Given I visit project source page | |
6 | + | |
7 | + Scenario: I browse files from master branch | |
8 | + Then I should see files from repository | |
9 | + | |
10 | + Scenario: I browse files for specific ref | |
11 | + Given I visit project source page for "8470d70" | |
12 | + Then I should see files from repository for "8470d70" | |
13 | + | |
14 | + Scenario: I browse file content | |
15 | + Given I click on file from repo | |
16 | + Then I should see it content | |
17 | + | |
18 | + Scenario: I browse raw file | |
19 | + Given I visit blob file from repo | |
20 | + And I click on raw button | |
21 | + Then I should see raw file content | |
22 | + | |
23 | + | ... | ... |