Girish Ramakrishnan 0bf99cc7ae test: simplify clearCache, drop logout helpers, simplify button selectors
- Drop `await clearCache()` from login/auth helpers; clearing cache before
  every login is no longer necessary now that charlie isolates sessions.
- Replace `logout` helpers with `clearCache` directly in `it()` calls; the
  helpers were either thin wrappers around `clearCache()` or did real
  navigation that is no longer worth the maintenance.
- Simplify `xpath=//button[text()=...]` / `[contains(., ...)]` button text
  selectors to charlie's bare-string (or RegExp for OR-clauses) form.
2026-05-01 10:40:23 +02:00
2023-07-06 19:44:01 +05:30
2018-10-30 18:54:19 +01:00
2026-04-16 17:13:02 +00:00
2023-05-13 18:22:52 +02:00
2021-11-27 10:58:52 -08:00
2022-03-31 15:13:14 +02:00
2024-10-17 14:33:29 +04:00
2022-11-16 13:01:28 +01:00
2022-11-16 13:01:28 +01:00
2024-11-04 17:09:52 +00:00
2024-10-17 14:33:29 +04:00
S
Description
No description provided
1.3 MiB
Languages
Dockerfile 40.8%
Shell 39.9%
JavaScript 19.3%