Commit Graph

2592 Commits

Author SHA1 Message Date
Jan Jakeš
343ad0008c Render feature flags in layout.html
[MAILPOET-2008]
2019-05-16 10:45:55 -04:00
Jan Jakeš
c472d015d0 Add test for FeaturesController
[MAILPOET-2008]
2019-05-16 10:45:55 -04:00
Ján Mikláš
9f21ff1285 Fix checking if post notification email contains any ALC posts
[MAILPOET-2029]
2019-05-16 09:33:00 -04:00
Ján Mikláš
c6c9442588 Make PostsTask method non-static
[MAILPOET-2029]
2019-05-16 09:33:00 -04:00
Ján Mikláš
78c822dec0 More robust wait when editing newsletter
[MAILPOET-1974]
2019-05-16 08:26:16 -04:00
Ján Mikláš
e0f1b07161 Check what is actually highlighted, not just number of blocks highlighted
[MAILPOET-1974]
2019-05-16 08:26:16 -04:00
Ján Mikláš
ae46c45aff Simplify EditorSettingsBehaviourCest opening newsletter editor
[MAILPOET-1974]
2019-05-16 08:26:16 -04:00
Ján Mikláš
0bca4dd93b Test that other blocks are not highlightable when settings are open
[MAILPOET-1974]
2019-05-16 08:26:16 -04:00
Ján Mikláš
e6c0de9deb Test that settings close when another block is clicked
[MAILPOET-1974]
2019-05-16 08:26:16 -04:00
Ján Mikláš
cfb4861ac5 Test that settings close when block is duplicated
[MAILPOET-1974]
2019-05-16 08:26:16 -04:00
Ján Mikláš
7934925229 Test that settings are visible when clicked on the same block
[MAILPOET-1974]
2019-05-16 08:26:16 -04:00
Ján Mikláš
c86a2446fc Add .off method to stubChannel so removing listeners work
[MAILPOET-1974]
2019-05-16 08:26:16 -04:00
Rostislav Wolny
296ad974d8 Improve readability of inactive subscribers controller test
[MAILPOET-2040]
2019-05-15 07:26:46 -04:00
Rostislav Wolny
02ead5bedc Reactivate subscribers created before recent MP2 migration
[MAILPOET-2040]
2019-05-15 07:26:46 -04:00
Rostislav Wolny
279289cb34 Do not deactivate subscribers when mp2 migration completed recently
[MAILPOET-2040]
2019-05-15 07:26:46 -04:00
wxa
b99096d2df Don't serialize meta fields if they're null [MAILPOET-2073] 2019-05-14 10:06:47 -04:00
Rostislav Wolny
e15fd4661e Remove newsletters list cest dependency on db dump
[MAILPOET-2076]
2019-05-14 15:40:16 +02:00
Rostislav Wolny
da32851386 Replace sending settings resets with proper method
[MAILPOET-2069]
2019-05-14 11:26:55 +02:00
Rostislav Wolny
0465ff217a Add method for reseting sending settings
[MAILPOET-2069]
2019-05-14 11:26:55 +02:00
Jan Jakeš
854e023ab0 Fix broken NewsletterStatisticsCest
[MAILPOET-2074]
2019-05-14 11:26:07 +02:00
Jan Jakeš
38001c2ad0 Add 'display_revenues' feature flag
[MAILPOET-1853]
2019-05-13 12:26:23 -04:00
Jan Jakeš
977a9fb121 Add acceptance tests for WooCommerce purchase stats display
[MAILPOET-1853]
2019-05-13 12:26:23 -04:00
Jan Jakeš
2435cc556f Inject WooCommerce helper for statistics
[MAILPOET-1853]
2019-05-13 12:26:23 -04:00
wxa
2980bbf00b Remove the feature flag [MAILPOET-1983] 2019-05-13 10:47:09 -04:00
wxa
20f3ce79e6 Rename the import screen displayed flag so it doesn't clash with WC settings [MAILPOET-1983] 2019-05-13 10:47:09 -04:00
wxa
251ff637cb Reschedule WP sync if the task is timed out [MAILPOET-1983] 2019-05-13 10:47:09 -04:00
wxa
6c13bc3104 Use a meta field to store the in-progress flag [MAILPOET-1983] 2019-05-13 10:47:09 -04:00
wxa
02020b8271 Don't run multiple instances of WC sync, don't check timer after completion [MAILPOET-1983] 2019-05-13 10:47:09 -04:00
wxa
7493a11d66 Skip deleted segments in SubscribersFinder [MAILPOET-2026] 2019-05-13 07:24:37 -04:00
Amine Ben hammou
29bc60daaa Fix tests typos and cleanup 2019-05-10 08:56:17 -04:00
Amine Ben hammou
e700473d88 Fix acceptance test 2019-05-10 08:56:17 -04:00
Amine Ben hammou
01aa35d616 Add acceptance test 2019-05-10 08:56:17 -04:00
Amine Ben hammou
e1f9c93276 Show the old admin notice when using free email 2019-05-10 08:28:52 -04:00
Amine Ben hammou
68708fc6ad Rollback acceptance test changes 2019-05-07 11:23:55 -04:00
Amine Ben hammou
fc6d7c63bc Fix acceptance tests 2019-05-07 11:23:55 -04:00
Amine Ben hammou
8da9a5f887 Improve migration and tests 2019-05-07 11:23:55 -04:00
Amine Ben hammou
6608621ea8 Test forms confirmation messages [MAILPOET-1636] 2019-05-07 11:23:55 -04:00
Rostislav Wolny
e479aecdc0 Send confirmation email also within subscribeToLists
[MAILPOET-1992]
2019-05-06 11:13:49 -04:00
Ján Mikláš
e00d86cf87 Change explicit wait for more robust check
[MAILPOET-2016]
2019-05-06 07:06:22 -04:00
Jan Jakeš
45c2464e50 Use site-specific form field obfuscation hash
[MAILPOET-1999]
2019-05-03 08:56:28 -04:00
wxa
2fd244528d Move assorted tests from integration to unit [MAILPOET-2009] 2019-05-03 08:41:05 -04:00
wxa
994fae79d2 Move Mailer error tests to unit [MAILPOET-2009] 2019-05-03 08:41:05 -04:00
wxa
f2e0dc7d2f Refactor URL helper to DI and move its test to unit [MAILPOET-2009] 2019-05-03 08:41:05 -04:00
Amine Ben hammou
36322e2532 Remove random strings max length 2019-05-02 09:47:01 -04:00
Amine Ben hammou
591f75c49a Replace uniqid with random_bytes 2019-05-02 09:47:01 -04:00
Jan Jakeš
97ad463d5b Replace Stub:: with $this-> in DaemonHttpRunnerTest
[MAILPOET-2017]
2019-05-02 08:48:17 -04:00
Jan Jakeš
ea4516d36f Remove useless method mocks
[MAILPOET-2017]
2019-05-02 08:48:17 -04:00
Jan Jakeš
b3751ca775 Fix tests that were not testing what they should
[MAILPOET-2017]
2019-05-02 08:48:17 -04:00
Jan Jakeš
9458a0c0ea Fix DaemonHttpRunnerTest for rewritten Daemon
[MAILPOET-2017]
2019-05-02 08:48:17 -04:00
Jan Jakeš
835c8d2d26 Fix DaemonTest for rewritten Daemon
[MAILPOET-2017]
2019-05-02 08:48:17 -04:00