Skip to content

Commit 30789dc

Browse files
authored
Merge pull request #159 from synonymdev/feat/calculator-widget-v61
feat/calculator-widget-v61
2 parents 403f24c + 62e09f5 commit 30789dc

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

test/helpers/widgets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const WIDGETS: Record<WidgetId, WidgetMetadata> = {
5555
},
5656
calculator: {
5757
listItemId: 'WidgetListItem-calculator',
58-
actionName: 'Calculator',
58+
actionName: 'Bitcoin Calculator',
5959
homeId: () => 'CalculatorWidget',
6060
hasSettings: () => false,
6161
},

test/specs/paykit.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ async function openContactActivity(publicKey: string) {
5555
await tap('ContactActivity');
5656
}
5757

58-
describe('@paykit - Public payments', () => {
58+
describe.skip('@pubky @paykit - Public payments', () => {
5959
beforeEach(async () => {
6060
await reinstallApp();
6161
await completeOnboarding();

test/specs/pubky-profile.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import { ciIt } from '../helpers/suite';
4444
// Covers scenarios from docs/pubky-profile-manual-e2e.md.
4545
// Each test reinstalls + onboards so any single test can be run in isolation
4646
// (e.g. `--mochaOpts.grep "@pubky_profile_2"` or `"@pubky_profile_3"`).
47-
describe('@pubky @pubky_profile - Pubky profile', () => {
47+
describe.skip('@pubky @pubky_profile - Pubky profile', () => {
4848
beforeEach(async () => {
4949
await reinstallApp();
5050
await completeOnboarding();

test/specs/widgets.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ describe('@widgets - Widgets', () => {
8181
});
8282

8383
ciIt('@widgets_2 - Can add/remove redesigned content widgets', async () => {
84-
const contentWidgets: WidgetId[] = ['blocks', 'news', 'facts', 'weather'];
84+
const contentWidgets: WidgetId[] = ['blocks', 'news', 'facts', 'weather', 'calculator'];
8585

8686
await deleteAllDefaultWidgets();
8787

0 commit comments

Comments
 (0)