diff options
author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-05-24 12:31:46 -0500 |
---|---|---|
committer | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-05-24 12:31:46 -0500 |
commit | 65925e699839e1f2e01c6c5f7a355d9fae0337d9 (patch) | |
tree | 9eb89535e11bc1ab7371e0aebf75b6aa23790ab4 /spec | |
parent | 4c058fc429a4173e033a4babcb379c52b5ed13e3 (diff) | |
download | gitlab-ce-65925e699839e1f2e01c6c5f7a355d9fae0337d9.tar.gz |
Remove top block from builds pageimprove-pipeline-design
Diffstat (limited to 'spec')
-rw-r--r-- | spec/features/builds_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/features/builds_spec.rb b/spec/features/builds_spec.rb index f83a78308e3..090a941958f 100644 --- a/spec/features/builds_spec.rb +++ b/spec/features/builds_spec.rb @@ -43,7 +43,6 @@ describe "Builds" do end it { expect(page).to have_selector('.nav-links li.active', text: 'All') } - it { expect(page).to have_selector('.row-content-block', text: 'All builds from this project') } it { expect(page).to have_content @build.short_sha } it { expect(page).to have_content @build.ref } it { expect(page).to have_content @build.name } |