Skip to content

Commit

Permalink
Merge pull request #306 from montehurd/fix-codex
Browse files Browse the repository at this point in the history
Fix Codex
  • Loading branch information
montehurd authored May 11, 2024
2 parents b8e99a7 + cd2bce7 commit a80a01e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions config/configCampaignEvents.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ const scenarios = tests.map( ( test ) => {

module.exports = {
...configCommon,
onBeforeScript: 'puppet/onBefore.js',
onReadyScript: 'puppet/onReady.js',
viewports: [
VIEWPORT_PHONE,
VIEWPORT_TABLET,
Expand Down
2 changes: 0 additions & 2 deletions config/configCommon.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module.exports = {
id: 'MediaWiki',
asyncCaptureLimit: 8,
onBeforeScript: 'puppet/onBefore.js',
onReadyScript: 'puppet/onReady.js',
engine: 'puppeteer',
engineOptions: {
headless: 'new',
Expand Down
2 changes: 2 additions & 0 deletions config/configDesktop.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@ const scenarios = tests.map( ( test ) => {

module.exports = {
...configCommon,
onBeforeScript: 'puppet/onBefore.js',
onReadyScript: 'puppet/onReady.js',
viewports: [
VIEWPORT_PHONE,
VIEWPORT_TABLET,
Expand Down
2 changes: 2 additions & 0 deletions config/configLogin.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ const scenarios = utils.makeScenariosForSkins( [

module.exports = {
...configCommon,
onBeforeScript: 'puppet/onBefore.js',
onReadyScript: 'puppet/onReady.js',
viewports: [
VIEWPORT_PHONE,
VIEWPORT_TABLET,
Expand Down
2 changes: 2 additions & 0 deletions config/configWikiLambda.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ const scenarios = tests.map( ( test ) => {

module.exports = {
...configCommon,
onBeforeScript: 'puppet/onBefore.js',
onReadyScript: 'puppet/onReady.js',
viewports: [
VIEWPORT_PHONE,
VIEWPORT_TABLET,
Expand Down

0 comments on commit a80a01e

Please sign in to comment.