Commit cf76e7c
fix(playwright): drop obsolete useGoogleSheetAsDefault toggle in (c)
The ensure-on block for #useGoogleSheetAsDefault hung the (c) suite for
the full 120s timeout. Two business-logic changes made it unreachable:
- e86d3a1 seeds useGoogleSheetAsDefault=true for every assigned site
on install, so no flip is needed.
- c7732b4 gates the checkbox behind selectCurrentUserIsFirstUser$
in assigned-site-dialog.component.html:9, so the element never
renders for the admin CI user.
The subsequent autoBreakCalculationActive block is admin-gated and
still valid, so the test's actual intent ("should enable auto break
calculations with empty values") survives.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 7b018ee commit cf76e7c
File tree
1 file changed
+3
-4
lines changed- eform-client/playwright/e2e/plugins/time-planning-pn/c
1 file changed
+3
-4
lines changedLines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
283 | 282 | | |
284 | 283 | | |
285 | 284 | | |
| |||
0 commit comments