Commit bfc6799c authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix spinach tests

parent d0eb9438
...@@ -173,7 +173,7 @@ class Spinach::Features::ProjectCommits < Spinach::FeatureSteps ...@@ -173,7 +173,7 @@ class Spinach::Features::ProjectCommits < Spinach::FeatureSteps
end end
step 'I see commit ci info' do step 'I see commit ci info' do
expect(page).to have_content "build: pending" expect(page).to have_content "Builds for 1 pipeline pending"
end end
step 'I click status link' do step 'I click status link' do
...@@ -181,7 +181,7 @@ class Spinach::Features::ProjectCommits < Spinach::FeatureSteps ...@@ -181,7 +181,7 @@ class Spinach::Features::ProjectCommits < Spinach::FeatureSteps
end end
step 'I see builds list' do step 'I see builds list' do
expect(page).to have_content "build: pending" expect(page).to have_content "Builds for 1 pipeline pending"
expect(page).to have_content "1 build" expect(page).to have_content "1 build"
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