Skip to content

Commit f231b54

Browse files
committed
Fix tests
1 parent e2cc809 commit f231b54

8 files changed

Lines changed: 6 additions & 0 deletions
98 Bytes
Loading
145 Bytes
Loading
-6.08 KB
Loading
6.07 KB
Loading
5.65 KB
Loading
6.64 KB
Loading
-5.41 KB
Loading

__tests__/html2/part-grouping/status.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,12 @@
183183

184184
// Then: show activities with corresponding status indicators
185185
await pageConditions.numActivitiesShown(4);
186+
187+
// When (copilot): opening the group
188+
if (variant === 'copilot') {
189+
await host.click(document.querySelector('.collapsible-grouping__toggle'));
190+
}
191+
186192
await host.snapshot('local');
187193

188194
// Test Case 2: Multiple activities being worked on

0 commit comments

Comments
 (0)