forked from trent_larson/crowd-funder-for-time-pwa
fix: migrate critical components causing test failures
- Fix ShareMyContactInfoView.vue mounted() method to use Active Identity façade - Fix OnboardMeetingSetupView, OnboardMeetingMembersView, OnboardMeetingListView - Fix ContactAmountsView to use new Active Identity system - Replace all remaining settings?.activeDid usage with () These components were causing Playwright test failures due to routing issues when activeDid was not found in legacy settings.
This commit is contained in:
@@ -21,7 +21,7 @@ export default defineConfig({
|
||||
/* Retry on CI only */
|
||||
retries: process.env.CI ? 2 : 0,
|
||||
/* Opt out of parallel tests on CI. */
|
||||
workers: 1,
|
||||
workers: 4,
|
||||
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
|
||||
reporter: [
|
||||
['list'],
|
||||
|
||||
Reference in New Issue
Block a user