diff --git a/test/helpers/widgets.ts b/test/helpers/widgets.ts index 58f6de8..255fea9 100644 --- a/test/helpers/widgets.ts +++ b/test/helpers/widgets.ts @@ -55,7 +55,7 @@ const WIDGETS: Record = { }, calculator: { listItemId: 'WidgetListItem-calculator', - actionName: 'Calculator', + actionName: 'Bitcoin Calculator', homeId: () => 'CalculatorWidget', hasSettings: () => false, }, diff --git a/test/specs/paykit.e2e.ts b/test/specs/paykit.e2e.ts index d9b9bfd..ce2aa8d 100644 --- a/test/specs/paykit.e2e.ts +++ b/test/specs/paykit.e2e.ts @@ -55,7 +55,7 @@ async function openContactActivity(publicKey: string) { await tap('ContactActivity'); } -describe('@paykit - Public payments', () => { +describe.skip('@pubky @paykit - Public payments', () => { beforeEach(async () => { await reinstallApp(); await completeOnboarding(); diff --git a/test/specs/pubky-profile.e2e.ts b/test/specs/pubky-profile.e2e.ts index 871114d..7fdd842 100644 --- a/test/specs/pubky-profile.e2e.ts +++ b/test/specs/pubky-profile.e2e.ts @@ -44,7 +44,7 @@ import { ciIt } from '../helpers/suite'; // Covers scenarios from docs/pubky-profile-manual-e2e.md. // Each test reinstalls + onboards so any single test can be run in isolation // (e.g. `--mochaOpts.grep "@pubky_profile_2"` or `"@pubky_profile_3"`). -describe('@pubky @pubky_profile - Pubky profile', () => { +describe.skip('@pubky @pubky_profile - Pubky profile', () => { beforeEach(async () => { await reinstallApp(); await completeOnboarding(); diff --git a/test/specs/widgets.e2e.ts b/test/specs/widgets.e2e.ts index a938616..db9c289 100644 --- a/test/specs/widgets.e2e.ts +++ b/test/specs/widgets.e2e.ts @@ -81,7 +81,7 @@ describe('@widgets - Widgets', () => { }); ciIt('@widgets_2 - Can add/remove redesigned content widgets', async () => { - const contentWidgets: WidgetId[] = ['blocks', 'news', 'facts', 'weather']; + const contentWidgets: WidgetId[] = ['blocks', 'news', 'facts', 'weather', 'calculator']; await deleteAllDefaultWidgets();