Commit 52a725cd authored by Regis's avatar Regis

formatting - GET /:project/pipelines - displaying #{scope} works

parent cf7b1562
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
'store', 'store',
], ],
created() { created() {
// ** `.includes` does not work in PhantomJS // ** `.includes` does not work in PhantomJS **
// const url = window.location.toString(); // const url = window.location.toString();
// if (url.includes('?')) this.pageNum = url.split('?')[1]; // if (url.includes('?')) this.pageNum = url.split('?')[1];
......
require 'spec_helper' require 'spec_helper'
require 'rails_helper'
describe "Pipelines", feature: true, js: true do describe "Pipelines", feature: true, js: true do
include GitlabRoutingHelper include GitlabRoutingHelper
...@@ -24,7 +23,6 @@ describe "Pipelines", feature: true, js: true do ...@@ -24,7 +23,6 @@ describe "Pipelines", feature: true, js: true do
it do it do
wait_for_ajax wait_for_ajax
expect(page).to have_content(pipeline.short_sha) expect(page).to have_content(pipeline.short_sha)
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