Commit Graph

2180 Commits

Author SHA1 Message Date
9cba72edb2 Fix coding style issues
[MAILPOET-2003]
2019-04-25 11:41:02 -04:00
7ac0218a5d Add acceptance test for inactive subscribers settings change
[MAILPOET-2003]
2019-04-25 11:41:02 -04:00
bfcc499b10 Add inactive subscribers status job scheduling on settings change
[MAILPOET-2003]
2019-04-25 11:41:02 -04:00
f5d154d680 Reactivate all inactive subscribers when inactive interval is set to never
[MAILPOET-2003]
2019-04-25 11:41:02 -04:00
71634e65a8 Move mailer error below tabs 2019-04-25 08:45:52 -04:00
daca92097c Add feature switch for woo commerce list sync
[MAILPOET-1732]
2019-04-25 08:21:12 -04:00
9d7707b98f Add comments and remove unnecessary checks from a WC list acceptance test
[MAILPOET-1732]
2019-04-25 08:21:12 -04:00
8b8dd04269 Remove unnecessary data cleanups in an acceptance test
[MAILPOET-1732]
2019-04-25 08:21:12 -04:00
fdef926682 Add test for adding a new customer to WooCommerce list during order process
[MAILPOET-1732]
2019-04-25 08:21:12 -04:00
cba6ab0fa2 Add helper for creating an order in acceptance test
[MAILPOET-1732]
2019-04-25 08:21:12 -04:00
efbe0b02c7 Add WooCommerce customers import execution test
[MAILPOET-1732]
2019-04-25 08:21:12 -04:00
f39853846b Enable WooCommerceSync worker
[MAILPOET-1732]
2019-04-25 08:21:12 -04:00
199d0fa025 Add WooCommerce list import page redirection test
[MAILPOET-1732]
2019-04-25 08:21:12 -04:00
d67c1a1ed3 Add test for import page form behavior
[MAILPOET-1732]
2019-04-25 08:21:12 -04:00
29e2cebce3 Add getOrdersCount() to WooCommerce helper
[MAILPOET-1732]
2019-04-25 08:21:12 -04:00
58d2bbab1a Add WooCommerce list import scheduling
[MAILPOET-1732]
2019-04-25 08:21:12 -04:00
348c227ee9 Cleanup data both before and after the test to avoid flakines
[MAILPOET-1855]
2019-04-24 14:52:40 -04:00
e19517510e Make multiple newsletters purchase tracking test more strict
[MAILPOET-1855]
2019-04-24 14:52:40 -04:00
cfdb0db57c Track also free (0 value) purchases
[MAILPOET-1855]
2019-04-24 14:52:40 -04:00
079bd337c7 Rename WooCommerce "orders" to more exact "purchases"
[MAILPOET-1855]
2019-04-24 14:52:40 -04:00
114c80cee2 Use more descriptive alias in WooCommerceOrdersTest
[MAILPOET-1855]
2019-04-24 14:52:40 -04:00
5ae89efb03 Add tests for WooCommerce payment stats
[MAILPOET-1855]
2019-04-24 14:52:40 -04:00
8b6fd78cfa [MAILPOET-1898] 2019-04-23 12:33:15 -04:00
511c243f3d Remove redundant selector
[MAILPOET-1808]
2019-04-23 11:16:31 -04:00
f37058b81e Display product price in editor
[MAILPOET-1981]
2019-04-23 10:39:13 -04:00
87434bf3fa Improve compatibility with plugins using tax_query
[MAILPOET-1963]
2019-04-23 10:31:25 -04:00
3fbdd861b2 [MQ-109] tests text block can be added to editor 2019-04-22 11:29:10 -04:00
a8584523d3 Consider also confirmed_at for subscribers deactivation
[MAILPOET-1791]
2019-04-22 10:58:13 -04:00
8be29b0863 Skip subscribes deactivation when tracking is disabled
[MAILPOET-1791]
2019-04-22 10:58:13 -04:00
5d70af106b Add execution of inactive subscribers worker
[MAILPOET-1791]
2019-04-22 10:58:13 -04:00
7eb0e23d22 Add cron worker for inactive subscribers
[MAILPOET-1791]
2019-04-22 10:58:13 -04:00
7b433a4273 Add reactivation of recently active subscribers
[MAILPOET-1791]
2019-04-22 10:58:13 -04:00
9edace78f0 Add inactive subscribers deactivation
[MAILPOET-1971]
2019-04-22 10:58:13 -04:00
7cb861b16a [MQ-105] tests adding social block to editor 2019-04-18 10:12:53 +03:00
65276d437b Test List contains correct subscribers count
[MAILPOET-1973]
2019-04-17 08:16:45 +02:00
ff6fcabe50 Test inactive status in subscriber detail
[MAILPOET-1973]
2019-04-17 08:16:45 +02:00
47db1c9117 Test filtering inactive subscribers
[MAILPOET-1973]
2019-04-17 08:16:45 +02:00
7bb8650826 Replace annotations with direct calls for better readability
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
e41bc4e6da Add JS test for products widget
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
fa61a24caa Unify naming (post => product), remove unused code
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
47b264406f Test image width and position
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
0f2cf9644c Allow adding images to WC products
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
2bc0a1529d Test divider and it's style
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
c44eaebad8 Fix potential flakiness
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
1fb97adc8b Test Buy now button
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
f4fbee4c9b Test price positions
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
c41abee550 Fix flakiness when waiting for change
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
13e7232781 Test title position N/A when title only is selected
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
131bc6ad7e Test product display type
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
c8fcfb4f3a Test product title as a link
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00