Commit dfa79ebf authored by Filipa Lacerda's avatar Filipa Lacerda

Fix failing tests

parent bf4a3ac2
...@@ -83,7 +83,6 @@ feature 'Merge request created from fork' do ...@@ -83,7 +83,6 @@ feature 'Merge request created from fork' do
page.within('.merge-request-tabs') { click_link 'Pipelines' } page.within('.merge-request-tabs') { click_link 'Pipelines' }
page.within('.ci-table') do page.within('.ci-table') do
expect(page).to have_content pipeline.status
expect(page).to have_content pipeline.id expect(page).to have_content pipeline.id
end end
end end
......
...@@ -20,7 +20,6 @@ feature 'project commit pipelines', :js do ...@@ -20,7 +20,6 @@ feature 'project commit pipelines', :js do
visit pipelines_project_commit_path(project, project.commit.sha) visit pipelines_project_commit_path(project, project.commit.sha)
page.within('.table-holder') do page.within('.table-holder') do
expect(page).to have_content project.pipelines[0].status # pipeline status
expect(page).to have_content project.pipelines[0].id # pipeline ids expect(page).to have_content project.pipelines[0].id # pipeline ids
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