Commit Graph

3851 Commits

Author SHA1 Message Date
Pavel Dohnal
ba45ee7e35 Make acceptance login timeouts longer
[MAILPOET-1193]
2018-01-22 10:14:58 +00:00
mrcasual
3c2ef4b8ee Merge pull request #1225 from mailpoet/re-captcha
Introduce reCAPTCHA [MAILPOET-1242]
2018-01-21 19:53:31 -05:00
Pavel Dohnal
ca6bde8a64 Add multisite run for acceptance tests
[MAILPOET-1193]
2018-01-18 12:23:33 +00:00
Vlad
a3b3e1f8df Removes filter after use 2018-01-16 08:24:44 -05:00
Vlad
87aca7c667 Uses a helper to intercept WP functions 2018-01-16 08:21:26 -05:00
Vlad
a7a8cd2be4 Updates filter name 2018-01-16 08:20:29 -05:00
Vlad
819d4dc17a Abstracts WP functions 2018-01-15 19:52:51 -05:00
Amine Ben hammou
a8052c118a fixing minor issues and adding unit test 2018-01-15 10:46:07 +00:00
Vlad
3bf800b51d Adds filter to set custom batch processing size 2018-01-14 12:39:16 -05:00
Vlad
9910072e72 Adds filter to set custom request timeout value 2018-01-14 12:36:18 -05:00
Pavel Dohnal
ea2a91d15e Fix acceptance tests 2018-01-09 14:36:05 +00:00
Amine Ben hammou
7e60155bdc fixing the acceptance test 2018-01-09 14:16:04 +00:00
Amine Ben hammou
7eae7dde11 making sure acceptance tests are executed 2018-01-09 14:16:04 +00:00
Amine Ben hammou
d70c6ce453 fix public.js not included when only shortcode is used 2018-01-09 14:16:04 +00:00
Vlad
19c7efc9ef Pauses sending if processed subscribers list can't be updated 2018-01-09 12:25:04 +00:00
Vlad
6c25fab6d6 Adds option to pause sending after processing sending error 2018-01-09 12:25:04 +00:00
Vlad
a45a7a7616 Fixes newsletter body being incorrectly saved 2018-01-09 12:25:04 +00:00
Pavel Dohnal
1342389602 Wait for target
MailHog adds target='_blank' to our links.
But we were too quick clicking the links before the target was added

MAILPOET-1260
2018-01-03 11:46:20 +00:00
Vlad
cb430673f8 Uses json_encode() instead of serialize() to save rendered newsletter
body
2017-12-20 22:13:00 -05:00
Vlad
8852f6a3f4 Adds function to test if string is a valid json 2017-12-20 22:13:00 -05:00
stoletniy
d45c510ab3 Merge pull request #1226 from mailpoet/new_or_updated_user_welcome_email
Schedules welcome notification when adding/editing subscriber [MAILPOET-1249]
2017-12-20 14:26:24 +03:00
Vlad
5d5b61b76f Schedules welcome notification when adding/editing subscriber 2017-12-18 21:19:44 -05:00
Vlad
0e2a67c203 Validates ping response when displaying cron URL status 2017-12-18 20:28:09 -05:00
Tautvidas Sipavičius
f616ef4d6c Merge pull request #1218 from mailpoet/widget_update
Prevents loading plugin assets when form widget is not activated [MAILPOET-1241]
2017-12-15 23:15:31 +02:00
Vlad
51cde55217 Tests statistics column 2017-12-13 09:39:03 +00:00
Vlad
6996615999 Improves tests that would fail due to array_flip and 1 item in array 2017-12-10 19:31:35 -05:00
Vlad
3450a6fc97 Adds wait condition before assertion; corrects prefix 2017-12-10 18:41:54 -05:00
Vlad
fd64702eaa Changes WP DB prefix 2017-12-07 11:08:52 +00:00
stoletniy
5505ffc783 Merge pull request #1206 from mailpoet/manage_subscription_shortcode_update
Allows using manage_subscription shortcode outside of newsletters [MAILPOET-1122]
2017-12-05 19:38:37 +03:00
Vlad
7864e08900 Enables [mailpoet_manage] shortcode
Updates code
2017-12-04 19:58:30 -05:00
Vlad
aa4d78b1c9 Adds method to ping Bridge 2017-12-03 11:38:44 -05:00
Vlad
63ed835d64 Allows using manage_subscription shortcode outside of newsletters 2017-11-28 22:02:29 -05:00
Vlad
b6f62bd9bc Catches exceptions during sending 2017-11-28 16:42:22 +00:00
Tautvidas Sipavičius
91568cbeb6 Merge pull request #1202 from mailpoet/post_notification_creation_acceptance_test
Tests post notification creation [MAILPOET-1219]
2017-11-27 12:59:48 +02:00
Vlad
393c89b21f Tests that post notifications can be created 2017-11-23 21:02:42 -05:00
Vlad
0b491b7943 Adds method to get current URL 2017-11-23 21:02:41 -05:00
Vlad
e5d7f66561 Adds new id to create standard/notification newsletters 2017-11-23 21:02:36 -05:00
stoletniy
b7a7f40cde Merge pull request #1199 from mailpoet/image_url_space_fix
Encodes URLs in inlined images [MAILPOET-1220]
2017-11-23 16:03:57 +03:00
stoletniy
a267c7524c Close the a tag to make valid HTML [MAILPOET-1220] 2017-11-23 16:02:40 +03:00
Vlad
e7ffe4d694 Replaces spaces in image URLs 2017-11-21 21:02:33 -05:00
Vlad
018d7bce77 Corrects test to work on multisite environment 2017-11-21 12:26:02 -05:00
Vlad
64c40d5a1c Adds test for multisite environment 2017-11-21 12:25:54 -05:00
Vlad
7e49328d5e Corrects test to work on multisite environment 2017-11-21 12:24:19 -05:00
Vlad
b50b636371 Adds multisite test environment to CI
Adds Robo command to run multisite tests locally and on CI
2017-11-21 12:24:18 -05:00
Tautvidas Sipavičius
7b76ddefd5 Merge pull request #1194 from mailpoet/double_opt-in_test
Add an acceptance test for subscription confirmation [MAILPOET-1205]
2017-11-20 14:36:55 +02:00
stoletniy
6c56ac8509 Clean up the acceptance dump from unused pages [MAILPOET-1206] 2017-11-20 10:42:17 +00:00
stoletniy
dc074bcb14 Add acceptances tests for admin listings [MAILPOET-1206] [MAILPOET-1207] [MAILPOET-1208] [MAILPOET-1209] 2017-11-20 10:42:17 +00:00
stoletniy
1238b1711d Add an acceptance test for subscription confirmation [MAILPOET-1205] 2017-11-16 14:57:56 +03:00
Tautvidas Sipavičius
7d686eb1d1 Merge pull request #1191 from mailpoet/post_excerpt_shortcode_fix
Fixes shortcodes not being properly stripped in excerpts [MAILPOET-1210]
2017-11-14 20:51:21 +02:00
Vlad
962188bdb8 Adds unit test 2017-11-14 13:39:56 -05:00