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: 1 addition & 1 deletion test/helpers/widgets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const WIDGETS: Record<WidgetId, WidgetMetadata> = {
},
calculator: {
listItemId: 'WidgetListItem-calculator',
actionName: 'Calculator',
actionName: 'Bitcoin Calculator',
homeId: () => 'CalculatorWidget',
hasSettings: () => false,
},
Expand Down
2 changes: 1 addition & 1 deletion test/specs/paykit.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion test/specs/pubky-profile.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion test/specs/widgets.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down