diff options
author | Douwe Maan <douwe@selenight.nl> | 2017-05-02 17:42:37 -0500 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2017-05-04 08:50:12 -0500 |
commit | 0f58eb6bde35009b69ef871534d9ff80fc38bbf7 (patch) | |
tree | 0a5065d9fc05822a81a9379f5a6a64f8105f9503 /features/project | |
parent | 4faa65d8381f3e1e45bdf3a9bc9785b588891b66 (diff) | |
download | gitlab-ce-0f58eb6bde35009b69ef871534d9ff80fc38bbf7.tar.gz |
Add artifact file page that uses the blob viewerdm-artifact-blob-viewer
Diffstat (limited to 'features/project')
-rw-r--r-- | features/project/builds/artifacts.feature | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/features/project/builds/artifacts.feature b/features/project/builds/artifacts.feature index 09094d638c9..5abc24949cf 100644 --- a/features/project/builds/artifacts.feature +++ b/features/project/builds/artifacts.feature @@ -46,13 +46,14 @@ Feature: Project Builds Artifacts And I navigate to parent directory of directory with invalid name Then I should not see directory with invalid name on the list + @javascript Scenario: I download a single file from build artifacts Given recent build has artifacts available And recent build has artifacts metadata available When I visit recent build details page And I click artifacts browse button And I click a link to file within build artifacts - Then download of a file extracted from build artifacts should start + Then I see a download link @javascript Scenario: I click on a row in an artifacts table |