forked from BasedHardware/omi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplan-usage.yaml
More file actions
37 lines (34 loc) · 1.11 KB
/
Copy pathplan-usage.yaml
File metadata and controls
37 lines (34 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
version: 2
name: plan-usage
tier: 2
description: Hermetic Settings billing subscription snapshot on offline stack
app: non-prod
covers:
- desktop/macos/Desktop/Sources/Services/SubscriptionEntitlementService.swift
- desktop/macos/Desktop/Sources/MainWindow/Pages/Settings/Sections/SettingsContentView+AccountBilling.swift
- desktop/macos/Desktop/Sources/MainWindow/Pages/Settings/Components/SettingsContentView+BillingHelpers.swift
- desktop/macos/Desktop/Sources/MainWindow/Pages/Settings/Components/BillingWebFlow.swift
- desktop/macos/Desktop/Sources/UsageLimitPopupView.swift
- desktop/macos/Desktop/Sources/TrialBannerService.swift
preconditions:
- automation_bridge_ready
steps:
- id: S1
name: Open Settings Account section
bridge.navigate:
target: settings
settingsSection: Account
activateApp: false
wait:
state.selectedSettingsSection: Account
- id: S2
name: Subscription snapshot
bridge.action:
name: subscription_snapshot
expect:
ok: true
- id: S3
name: Logs clean
log.expect:
absent:
- "DesktopAutomationBridge: failed"