diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-01-22 11:42:29 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-01-22 11:42:29 +0100 |
commit | b75f6c68e591b1a6a279c454b7c5d1f6f8ecbbf8 (patch) | |
tree | d368e02b5425eed7d03f4b89ac7eceb0bda673d5 /features/project | |
parent | 8be4e545635f0f01993290b4577dbe38e74c6bbf (diff) | |
download | gitlab-ce-ci/test-build-artifacts-scripts.tar.gz |
Add tests for clicking a row in build artifacts browserci/test-build-artifacts-scripts
Diffstat (limited to 'features/project')
-rw-r--r-- | features/project/builds/artifacts.feature | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/features/project/builds/artifacts.feature b/features/project/builds/artifacts.feature index 1185854453a..52dc15f2eb6 100644 --- a/features/project/builds/artifacts.feature +++ b/features/project/builds/artifacts.feature @@ -51,3 +51,12 @@ Feature: Project Builds Artifacts 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 + + @javascript + Scenario: I click on a row in an artifacts table + 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 first row within build artifacts table + Then page with a coresponding path is loading |