Skip to content

Commit

Permalink
Fix Codex
Browse files Browse the repository at this point in the history
  • Loading branch information
montehurd committed May 11, 2024
1 parent b8e99a7 commit cd2bce7
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 cd2bce7

Please sign in to comment.