Rostislav Wolny
ed5bd8de61
Add Woo dependent tests to woo group
...
Mark all integration tests that are related to WooCommerce with group "woo".
[MAILPOET-4566]
2022-09-08 13:02:52 +02:00
Rostislav Wolny
a644c71e64
Add subscriber detection from Woo Session to subscriber action tracker
...
[MAILPOET-4101]
2022-02-16 16:06:05 +01:00
Rostislav Wolny
9f0bd98569
Fix subscriber activity tracker test
...
wp_create_user function was failing when creating the same user for the second time.
This commit fixes the issue by adding a cleanup before the test creates the user.
[MAILPOET-4123]
2022-02-08 10:41:17 +01:00
Rostislav Wolny
9c251f8560
Add support for callbacks to subscriber activity tracker
...
[MAILPOET-3897]
2022-02-07 09:38:25 +01:00
Rostislav Wolny
28c0e05336
Track subscriber activity for logged in users even without cookies
...
We want to reuse this general tracking also for AbandonedCart emails which
currently track the activity also for logged in users.
[MAILPOET-3897]
2022-02-07 09:38:25 +01:00
Rostislav Wolny
056992bc07
Add service for tracking subscriber activity on a website
...
[MAILPOET-3897]
2022-02-07 09:38:25 +01:00