Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-05-04 18:01:54 +0300
committerSean McGivern <sean@mcgivern.me.uk>2017-05-04 18:01:54 +0300
commitd3768dd79698ae17cd0c82b7c78a8ead11b7e157 (patch)
tree5c98075e5a54fe3cb5f542487750a5fe3e9f40f3 /features/project
parenta07d03e7c777ed9e169576e8bb92edc4b5557a79 (diff)
parent0f58eb6bde35009b69ef871534d9ff80fc38bbf7 (diff)
Merge branch 'dm-artifact-blob-viewer' into 'master'
Use blob viewer for job artifacts Closes #31297 See merge request !11018
Diffstat (limited to 'features/project')
-rw-r--r--features/project/builds/artifacts.feature3
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