Commit Graph

2878 Commits

Author SHA1 Message Date
c73f514c99 Allow setting different image versions for acceptance tests
[MAILPOET-2301]
2019-12-11 14:33:33 +00:00
c3be5e99e4 Persist segments selection
[MAILPOET-2452]
2019-12-10 16:22:44 +01:00
39cde0ece5 Fix tests
[MAILPOET-2394]
2019-12-10 14:46:13 +00:00
0d87258391 Refactor SubscribersFeature
[MAILPOET-2394]
2019-12-10 14:46:13 +00:00
5cb75ae9ea Add missing argument
[MAILPOET-2394]
2019-12-10 14:46:13 +00:00
d0369e96c9 Add warning to stats notification
[MAILPOET-2394]
2019-12-10 14:46:13 +00:00
c9052d71d4 Disable send buttons and endpoints
[MAILPOET-2394]
2019-12-10 14:46:13 +00:00
042557aafa Apply new limit to new users
I refactored the SubscribersFeature class so that it's easily
unit tested. Computing the subscribers count in the constructor
is better then computing it on every call to check().

[MAILPOET-2394]
2019-12-10 14:46:13 +00:00
wxa
1a66031457 Update tests [MAILPOET-2520] 2019-12-10 10:07:11 +00:00
0c4dd20ce6 Fix source being reported as NULL when sending
[MAILPOET-2541]
2019-12-09 13:18:09 +00:00
cba3bc655d Add check in test
[MAILPOET-2452]
2019-12-05 13:01:55 +01:00
24b8b53380 Add test for last name
[MAILPOET-2452]
2019-12-05 13:01:55 +01:00
b381be6af5 Add a unit test for name blocks
[MAILPOET-2452]
2019-12-05 13:01:55 +01:00
08eab3940c Fix code after tests have run
[MAILPOET-2452]
2019-12-05 13:01:55 +01:00
076ae12e78 Remove .only
[MAILPOET-2452]
2019-12-05 13:01:55 +01:00
90d9ea8f1e Acceptance test
[MAILPOET-2452]
2019-12-05 13:01:55 +01:00
17dc239578 Fix mock object php doc
[MAILPOET-2451]
2019-12-04 12:49:30 +00:00
3a65f103b0 Add test for form saving started reducer
[MAILPOET-2451]
2019-12-04 12:49:30 +00:00
fe204ec53f Add test and fixes form form validator
[MAILPOET-2451]
2019-12-04 12:49:30 +00:00
b90939e118 Add check that input is an array to data mappers
[MAILPOET-2451]
2019-12-04 12:49:30 +00:00
e9ee0323d3 Add acceptance test for email and submit editing
[MAILPOET-2451]
2019-12-04 12:49:30 +00:00
fa4ecaa445 Set full width text inputs as a default for newly created forms
[MAILPOET-2451]
2019-12-04 12:49:30 +00:00
effd37a0ad Refactor Form\Utils\Styles to injectable service
[MAILPOET-2451]
2019-12-04 12:49:30 +00:00
c9d73f6970 Add mapper for mapping blocks to form body data
[MAILPOET-2451]
2019-12-04 12:49:30 +00:00
4e71908332 Add mapper for mapping form body to blocks
[MAILPOET-2451]
2019-12-04 12:49:30 +00:00
fcee93f436 Remove unnecessary imports from JS test
[MAILPOET-2451]
2019-12-04 12:49:30 +00:00
fa4dcb246f Try to fix flaky WooCommerce checkout optin checkbox
[MAILPOET-2543]
2019-12-02 20:11:48 +00:00
7e6872b6dd Retry clicks failed on 'element click intercepted' to avoid flakiness
[MAILPOET-2543]
2019-12-02 20:11:48 +00:00
6015a1370d Refactor simple JS to be main JS tests
[MAILPOET-2455]
2019-11-28 15:39:50 +00:00
a6dfab1178 Add test for panel toggle reducer
[MAILPOET-2455]
2019-11-28 15:39:50 +00:00
a1ac7cb4fd Add acceptance test for basic form editing
[MAILPOET-2455]
2019-11-28 15:39:50 +00:00
2c0f16b0dd Fix tests and default values
[MAILPOET-2286]
2019-11-28 14:07:38 +00:00
a5dc30c4b6 Use Doctrine to create the newsletter
[MAILPOET-2286]
2019-11-28 14:07:38 +00:00
a178b5d1e8 Use DI to inject csstidy
[MAILPOET-2286]
2019-11-28 14:07:38 +00:00
404ebc5170 Fix PHPCS errors
[MAILPOET-2286]
2019-11-28 14:07:38 +00:00
aa129f5987 Use template for WooCommerce transactional emails
[MAILPOET-2286]
2019-11-28 14:07:38 +00:00
e1a8883935 Preprocess transactional email newsletter
[MAILPOET-2286]
2019-11-28 14:07:38 +00:00
f56ced0ef5 Add Email renderer
[MAILPOET-2286]
2019-11-28 14:07:38 +00:00
6c2ff1ca73 Make test actually fail when errors or exceptions found
[MAILPOET-2551]
2019-11-28 13:35:57 +00:00
f8b74aef96 Check errors from both error.log and exception.log
[MAILPOET-2551]
2019-11-28 13:35:57 +00:00
wxa
7be762c462 Improve the SPF check message [MAILPOET-2511] 2019-11-28 13:23:02 +00:00
60889c53f4 Add Idiorm to MailPoetVendor namespace
[MAILPOET-2545]
2019-11-27 12:38:20 +00:00
45c2b19dfa Move XSLXWriter to MailPoetVendor namespace
[MAILPOET-2545]
2019-11-27 12:38:20 +00:00
9166f280d0 Move CSS to MailPoetVendor namespace
[MAILPOET-2545]
2019-11-27 12:38:20 +00:00
5ca9b6f520 Fix shortcode being URL encoded
[MAILPOET-2540]
2019-11-27 09:44:48 +00:00
56c0eb8cba Add comments for scroll offsets
[MAILPOET-2544]
2019-11-26 11:14:13 +01:00
158a914ff0 Fix scrolling in manage subscription test
[MAILPOET-2544]
2019-11-26 11:14:13 +01:00
c69328b228 Fix payment selection in orderProduct
[MAILPOET-2544]
2019-11-26 11:14:13 +01:00
381546f093 Fix js code in acceptance test
[MAILPOET-2544]
2019-11-26 11:14:13 +01:00
e6f2115748 Switch acceptance tests to WP5.3 container
[MAILPOET-2544]
2019-11-26 11:14:13 +01:00