Skip to content
Snippets Groups Projects
Commit 4bf69b0b authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Fix feature tests

parent 766da5fa
No related branches found
No related tags found
No related merge requests found
Loading
@@ -21,7 +21,7 @@
Loading
@@ -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
Loading
Loading
Loading
@@ -118,6 +118,6 @@ class Spinach::Features::ProjectCommits < Spinach::FeatureSteps
Loading
@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment