1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2026-05-01 15:02:35 +00:00
Files
gitea-app/test
Girish Ramakrishnan f0e98b3ea0 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:39:30 +02:00
..
2023-11-15 12:50:25 +01:00
2023-11-15 12:50:25 +01:00
2023-11-15 12:50:25 +01:00