mirror of
https://git.cloudron.io/cloudron/prometheus-server-app.git
synced 2026-05-15 04:48:27 +00:00
No description
- 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. |
||
|---|---|---|
| screenshots | ||
| test | ||
| .dockerignore | ||
| .gitignore | ||
| CHANGELOG.md | ||
| CloudronManifest.json | ||
| DESCRIPTION.md | ||
| Dockerfile | ||
| env.sh.template | ||
| LICENSE | ||
| logo.png | ||
| Makefile | ||
| renovate.json5 | ||
| start.sh | ||