Commit b2daf9f1 authored by Filipa Lacerda's avatar Filipa Lacerda

Fix broken test

parent 3ef1e766
......@@ -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
......
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