Skip to content

Commit aaa301d

Browse files
committed
Try puppeteer options fork branch
1 parent 7de8556 commit aaa301d

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

features/support/mink.js

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ const driver = new mink.Mink({
99
},
1010
headless: true,
1111
devtools: false,
12+
puppeteer: {
13+
args: ['--no-sandbox', '--disable-setuid-sandbox'],
14+
},
1215
selectors: {
1316
'homepage search button': '.usa-search-submit-text',
1417
'the homepage search box': '#search-field-big',

package-lock.json

+6-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"axios": "0.x",
3939
"babel-polyfill": "6.x",
4040
"bluebird": "^3.7.2",
41-
"cucumber-mink": "2.x",
41+
"cucumber-mink": "github:brockfanning/cucumber-mink#patch-1",
4242
"d8-jsonapi-querystring": "0.0.8",
4343
"excellentexport": "3.x",
4444
"flux": "4.x",

0 commit comments

Comments
 (0)