Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions e2e/helpers/playwright/fixture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export interface User {
}

export interface GhostConfig {
memberWelcomeEmailTestInbox?: string;
hostSettings__billing__enabled?: string;
hostSettings__billing__url?: string;
hostSettings__forceUpgrade?: string;
Expand Down Expand Up @@ -61,7 +60,6 @@ async function setupNewAuthenticatedPage(browser: Browser, baseURL: string, ghos
*
* Optionally allows setting labs flags via test.use({labs: {featureName: true}})
* and Stripe connection via test.use({stripeConnected: true})
* and Ghost config via test.use({config: {memberWelcomeEmailTestInbox: 'test@ghost.org'}})
*/
export const test = base.extend<GhostInstanceFixture>({
// Define options that can be set per test or describe block
Expand Down
3 changes: 1 addition & 2 deletions ghost/core/core/shared/config/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,5 @@
"batchSize": 1000,
"captureLinkClickBadMemberUuid": false
},
"disableJSBackups": false,
"memberWelcomeEmailTestInbox": ""
"disableJSBackups": false
}
3 changes: 1 addition & 2 deletions ghost/core/core/shared/config/env/config.testing-mysql.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,5 @@
"fixtures": "test/utils/fixtures/fixtures",
"defaultSettings": "test/utils/fixtures/default-settings.json",
"urlCache": "test/utils/fixtures/urls"
},
"memberWelcomeEmailTestInbox": "test-inbox@example.com"
}
}
3 changes: 1 addition & 2 deletions ghost/core/core/shared/config/env/config.testing.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,5 @@
"fixtures": "test/utils/fixtures/fixtures",
"defaultSettings": "test/utils/fixtures/default-settings.json",
"urlCache": "test/utils/fixtures/urls"
},
"memberWelcomeEmailTestInbox": "test-inbox@example.com"
}
}