Fix broken test
This commit is contained in:
parent
3ef1e76659
commit
b2daf9f168
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ describe "Pipelines", feature: true, js:true do
|
|||
|
||||
it do
|
||||
expect(page).to have_http_status(:ok)
|
||||
expect(JSON.parse(page.source)).to include("html")
|
||||
expect(page.source).to include("html")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue