forked from BasedHardware/omi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtask-integrations.yaml
More file actions
40 lines (33 loc) · 1.34 KB
/
Copy pathtask-integrations.yaml
File metadata and controls
40 lines (33 loc) · 1.34 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
38
39
40
# E2E Flow: Task Integrations — Todoist, Asana, ClickUp, Google Tasks
# Tests: integration list, connect flows
name: task-integrations
description: Settings → Integrations → Task providers — connect/disconnect Todoist, Asana, ClickUp, Google Tasks
covers:
- app/lib/pages/settings/task_integrations_page.dart
- app/lib/pages/settings/todoist_settings_page.dart
- app/lib/pages/settings/asana_settings_page.dart
- app/lib/pages/settings/clickup_settings_page.dart
- app/lib/pages/settings/google_tasks_settings_page.dart
- app/lib/pages/settings/integrations_page.dart
prerequisites:
- auth_ready # User completed real sign-in (Google/Apple) and onboarding. Android: `bash setup.sh android`. iOS: `bash setup.sh ios`. App must show home screen.
setup: normal
steps:
- name: Open settings drawer
press: { type: button, position: rightmost }
- name: Tap Integrations
press: { type: gesture, hint: "Integrations row in settings" }
screenshot: integrations-page
- name: Verify integrations page
assert:
interactive_count: { min: 3 }
note: >
Shows integration categories: Calendar, Task management,
Health, and other service connections.
- name: Scroll to task integrations
scroll: down
screenshot: task-integrations
- name: Back to settings
back: true
- name: Close settings
back: true