0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/test/e2e-frontend
Thibaut Patel 527ef79955 Added the last_seen_at update on member page view
refs https://github.com/TryGhost/Team/issues/1306

- This adds a `MemberPageViewEvent` event when a page is viewed by a member (post/page/tag/author/...)
- Integrates the `LastSeenAtUpdater` service that listens to the `MemberPageViewEvent` events to update `member.last_seen_at`
- Follows the latest testing recommendation (end to end test + testing for side-effects)
2022-03-02 13:58:26 +01:00
..
advanced_url_config.test.js Switched AMP to be 'off' by default in all new Ghost instances (#13907) 2022-01-14 18:55:48 +02:00
custom_routes.test.js Removed unused sinon referece 2021-11-30 20:14:51 +13:00
default_routes.test.js 🐛 Fixed missing index page from pages sitemaps 2022-02-28 22:23:11 +07:00
email_routes.test.js Force start in email route tests to pick up stubbed API 2021-11-17 10:51:46 +00:00
members.test.js Added the last_seen_at update on member page view 2022-03-02 13:58:26 +01:00
preview_routes.test.js Updated e2e tests to be async/await 2021-10-06 15:51:05 +01:00