Fix failing tests
This commit is contained in:
parent
bf4a3ac23e
commit
dfa79ebf12
2 changed files with 0 additions and 2 deletions
|
@ -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
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue