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
end
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
step 'I click status link' do
......@@ -181,7 +181,7 @@ class Spinach::Features::ProjectCommits < Spinach::FeatureSteps
end
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"
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