summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-06-10 12:07:37 +0100
committerPhil Hughes <me@iamphill.com>2016-06-10 14:26:46 +0100
commit998c688699db68a6dd1fb5e6459b1a787deabcef (patch)
tree41684b38dee3cd4ada18c66443ce4a7ea654f608
parentbd257c3d38a704e6fd2d020943d1a96bbfe97d6c (diff)
downloadgitlab-ce-998c688699db68a6dd1fb5e6459b1a787deabcef.tar.gz
Updated testsci-page-ui-update
-rw-r--r--spec/features/builds_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/builds_spec.rb b/spec/features/builds_spec.rb
index 0c865e915cb..b8ecc356b4d 100644
--- a/spec/features/builds_spec.rb
+++ b/spec/features/builds_spec.rb
@@ -184,7 +184,7 @@ describe "Builds" do
@build.run!
@build.trace = 'BUILD TRACE'
visit namespace_project_build_path(@project.namespace, @project, @build)
- page.within('.build-controls') { click_link 'Raw' }
+ page.within('.js-build-sidebar') { click_link 'Raw' }
end
it 'sends the right headers' do