diff options
author | Douwe Maan <douwe@selenight.nl> | 2017-05-02 17:47:28 -0500 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2017-05-02 20:05:18 -0500 |
commit | bf50eb2de3a4b3244a886d721659baa7ba3a7ca2 (patch) | |
tree | 5337268eff370897ac3a45a159bbb4353b7ffa88 /features/project/builds | |
parent | 185fd98fd4cb8f920558aea3795c4e1774cd39f5 (diff) | |
download | gitlab-ce-dm-artifact-browser-header.tar.gz |
Add breadcrumb, build header and pipelines submenu to artifacts browserdm-artifact-browser-header
Diffstat (limited to 'features/project/builds')
-rw-r--r-- | features/project/builds/artifacts.feature | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/features/project/builds/artifacts.feature b/features/project/builds/artifacts.feature index 52dc15f2eb6..09094d638c9 100644 --- a/features/project/builds/artifacts.feature +++ b/features/project/builds/artifacts.feature @@ -17,6 +17,7 @@ Feature: Project Builds Artifacts When I visit recent build details page And I click artifacts browse button Then I should see content of artifacts archive + And I should see the build header Scenario: I browse subdirectory of build artifacts Given recent build has artifacts available @@ -25,6 +26,7 @@ Feature: Project Builds Artifacts And I click artifacts browse button And I click link to subdirectory within build artifacts Then I should see content of subdirectory within artifacts archive + And I should see the directory name in the breadcrumb Scenario: I browse directory with UTF-8 characters in name Given recent build has artifacts available |