Commit 4bf69b0b authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix feature tests

parent 766da5fa
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
\.gitlab-ci.yml not found in this commit \.gitlab-ci.yml not found in this commit
.gray-content-block.second-block .gray-content-block.second-block
Latest Latest builds
- if @ci_commit.duration > 0 - if @ci_commit.duration > 0
%small.pull-right %small.pull-right
%i.fa.fa-time %i.fa.fa-time
......
...@@ -118,6 +118,6 @@ class Spinach::Features::ProjectCommits < Spinach::FeatureSteps ...@@ -118,6 +118,6 @@ class Spinach::Features::ProjectCommits < Spinach::FeatureSteps
step 'I see builds list' do step 'I see builds list' do
expect(page).to have_content "build: pending" expect(page).to have_content "build: pending"
expect(page).to have_content "Builds for master" expect(page).to have_content "Latest builds"
end end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment