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:
authorPhil Hughes <me@iamphill.com>2016-04-20 12:11:22 +0300
committerPhil Hughes <me@iamphill.com>2016-06-10 14:07:51 +0300
commitdc6ec2adf82c2b2fe1ab6ef076432fd741d3afbb (patch)
treec5dd8fc7171503bff7b2f7819fa5451fa9f59e25 /features/steps
parentcfc99bbd1390bc548a703fdc7857c7db5b0e7c13 (diff)
CI build page UI update
Added sidebar Removed elements not present in design
Diffstat (limited to 'features/steps')
-rw-r--r--features/steps/project/builds/artifacts.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/project/builds/artifacts.rb b/features/steps/project/builds/artifacts.rb
index 1bdb57af9d1..2876e8812e9 100644
--- a/features/steps/project/builds/artifacts.rb
+++ b/features/steps/project/builds/artifacts.rb
@@ -5,11 +5,11 @@ class Spinach::Features::ProjectBuildsArtifacts < Spinach::FeatureSteps
include RepoHelpers
step 'I click artifacts download button' do
- page.within('.artifacts') { click_link 'Download' }
+ click_link 'Download'
end
step 'I click artifacts browse button' do
- page.within('.artifacts') { click_link 'Browse' }
+ click_link 'Browse'
end
step 'I should see content of artifacts archive' do