Skip to content
Merged
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
7 changes: 2 additions & 5 deletions packages/e2e/tests/app-scaffold.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,7 @@ test.describe('App scaffold', () => {
}
})

// Extension generation hits businessPlatformOrganizationsRequest which returns 401
// even with a valid OAuth session. The Business Platform Organizations API token
// exchange needs investigation. OAuth login works, but this specific API rejects it.
test.skip('generate extensions and build', async ({cli, env, browserPage}) => {
test('generates extensions and builds', async ({cli, env, browserPage}) => {
test.setTimeout(TEST_TIMEOUT.long)
requireEnv(env, 'orgId')

Expand All @@ -127,7 +124,7 @@ test.describe('App scaffold', () => {
appUrl = devDashboardAppUrl(appDir, env.orgId)

const extensionConfigs = [
{name: 'test-product-sub', template: 'product_subscription_ui', flavor: 'react'},
{name: 'test-subscription-link', template: 'subscription_link_extension'},
{name: 'test-theme-ext', template: 'theme_app_extension'},
]

Expand Down
Loading