No description
Find a file
Girish Ramakrishnan c31ef3ddea
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:41:46 +02:00
screenshots Add media links and changelog 2020-11-10 16:37:47 -08:00
test test: simplify clearCache, drop logout helpers, simplify button selectors 2026-05-01 10:41:46 +02:00
.dockerignore Update dockerignore 2021-02-20 18:28:38 -08:00
.gitignore Add .gitignore 2020-12-10 21:28:28 -08:00
CHANGELOG.md Update package version to 2.11.3 2026-04-27 19:55:24 +00:00
CloudronManifest.json Update package version to 2.11.3 2026-04-27 19:55:24 +00:00
DESCRIPTION.md Version 1.13.0 2022-03-15 09:15:32 -07:00
Dockerfile chore(deps): update dependency prometheus/prometheus to v3.11.3 2026-04-27 21:39:52 +02:00
env.sh.template do not need the variable for newer configs 2023-07-11 19:19:24 +05:30
LICENSE Add license 2020-11-10 16:11:59 -08:00
logo.png Added basic sample data 2020-11-04 20:13:26 +04:00
Makefile Basic app 2020-11-05 16:54:41 +04:00
renovate.json5 Update renovate.json5 2024-11-04 17:09:38 +00:00
start.sh remove migration 2023-11-06 20:21:00 +01:00