|
2 | 2 | name: "Devices Screen iCloud Section" |
3 | 3 | description: > |
4 | 4 | Verify the expanded Devices screen (Settings > Devices): the paired |
5 | | - section carries the "Devices paired to your account" footer, a second |
| 5 | + section carries the "Devices using this account" footer, a second |
6 | 6 | "Other devices in iCloud" section lists identities from the |
7 | 7 | iCloud-synced keychain backup that aren't paired to the current |
8 | 8 | account, the oldest key is designated the Main device (badged in |
@@ -102,13 +102,13 @@ steps: |
102 | 102 | - wait_for_element: { id: "devices-view", timeout: 15 } |
103 | 103 | - screenshot: {} |
104 | 104 | verify: |
105 | | - - element_exists: { label_contains: "Devices paired to your account" } |
| 105 | + - element_exists: { label_contains: "Devices using this account" } |
106 | 106 | - element_exists: { label_contains: "Other devices in iCloud" } |
107 | 107 | - element_exists: { id: "icloud-device-row-$main_inbox_id" } |
108 | 108 | criteria: sections_and_footers |
109 | 109 | note: > |
110 | 110 | Section 1 lists the current account's installations with the |
111 | | - "Devices paired to your account" footer. Section 2 lists the |
| 111 | + "Devices using this account" footer. Section 2 lists the |
112 | 112 | foreign key with the "Other devices in iCloud" footer. The row id |
113 | 113 | embeds the foreign identity's full inboxId. Validated: both |
114 | 114 | footer strings surface as static text in the idb accessibility |
@@ -162,7 +162,7 @@ criteria: |
162 | 162 | second_identity_seeded: |
163 | 163 | description: "The wipe hook replaced the primary identity (qa_wiped_primary_identity status=0) and the original key remains in iCloud as a foreign device" |
164 | 164 | sections_and_footers: |
165 | | - description: "The Devices screen shows the paired-devices section with footer 'Devices paired to your account' and an 'Other devices in iCloud' section listing the foreign key" |
| 165 | + description: "The Devices screen shows the paired-devices section with footer 'Devices using this account' and an 'Other devices in iCloud' section listing the foreign key" |
166 | 166 | main_badge: |
167 | 167 | description: "Exactly one Main-device designation is shown, on the row holding the oldest key (the foreign iCloud row in this flow)" |
168 | 168 | pair_sheet_targeted: |
|
0 commit comments