Commit Graph

20858 Commits

Author SHA1 Message Date
Sam Najian
3ec2a187de Force a re-render when resuming a corrupt newsletter
[MAILPOET-5104]
2023-03-06 12:53:02 +01:00
Jan Lysý
4166fd2111 Add default value for the coupon code
[MAILPOET-5096]
2023-03-06 11:29:39 +01:00
alex-mailpoet
0cbe4fa9fd Add AutomateWoo opt-in acceptance test
[MAILPOET-5057]
2023-03-06 11:22:58 +01:00
alex-mailpoet
bf234cdd6e Update removeAction definition to match original WP function
[MAILPOET-5057]
2023-03-06 11:22:58 +01:00
alex-mailpoet
a9b4b57fd6 Merge checkout opt-ins from AutomateWoo and MailPoet
[MAILPOET-5057]
2023-03-06 11:22:58 +01:00
Veljko
436215aa82 Update x to experimental
[MAILPOET-4952] & [MAILPOET-4953]
2023-03-06 09:24:37 +01:00
Veljko
6ef87eacee Add test for newsletter filtering by a list
[MAILPOET-4952] & [MAILPOET-4953]
2023-03-06 09:24:37 +01:00
Veljko
b0244cbc5f Add a new k6 test search for a newsletter
[MAILPOET-4952]
2023-03-06 09:24:37 +01:00
Rostislav Wolny
4c506a349d Fix acceptance test for upsell section
The browser remembers scroll position after reload so we need to
scroll back to top to see the close button.
The error was not present before because the images were not in the cdn.
[MAILPOET-4829]
2023-03-03 14:55:13 +01:00
Rostislav Wolny
959f66663b Fix issues in homepage resources content
[MAILPOET-4829]
2023-03-03 14:55:13 +01:00
Rostislav Wolny
bfa66956d9 Add useCallback to reduce number of anonymous functions
[MAILPOET-4829]
2023-03-03 14:55:13 +01:00
Rostislav Wolny
b2054eafc5 Add acceptance test for homepage resources section
[MAILPOET-4829]
2023-03-03 14:55:13 +01:00
Rostislav Wolny
9531ceefbc Add images for rest of the posts in homepage resources section
[MAILPOET-4829]
2023-03-03 14:55:13 +01:00
Rostislav Wolny
2bd64f96d3 Add styles for the resources section on homepage
[MAILPOET-4829]
2023-03-03 14:55:13 +01:00
Rostislav Wolny
222392d9de Add pagination for resources posts on homepage
[MAILPOET-4829]
2023-03-03 14:55:13 +01:00
Rostislav Wolny
8c837a4df2 Add resources simple posts with data
Resources thumbnails are not available for all posts so as for now I'm
reusing the thumbnails from the first two posts.
[MAILPOET-4829]
2023-03-03 14:55:13 +01:00
Rostislav Wolny
3efaf67eeb Add an empty resources section to homepage
[MAILPOET-4829]
2023-03-03 14:55:13 +01:00
Veljko
a3a06af731 Update x to experimental
[MAILPOET-4959]
2023-03-03 11:46:27 +01:00
Veljko
5ecbd4370b Complete the test
[MAILPOET-4959]
2023-03-03 11:46:27 +01:00
Veljko
de5d34e03a Add a new k6 test adding new form
[MAILPOET-4959]
2023-03-03 11:46:27 +01:00
Veljko
155eb28889 Additionally decrease tresholds checks 2023-03-02 15:21:29 +01:00
Veljko
4d0f7d8b66 Decrease scenario tresholds 2023-03-02 15:21:29 +01:00
Veljko
1fd85ee873 Remove unnecessary circleci configs
[MAILPOET-4945]
2023-03-02 15:21:29 +01:00
Veljko
4b9f78267c Fix a method in the helper
[MAILPOET-4945]
2023-03-02 15:21:29 +01:00
Veljko
b09710368a Update subscribers adding test to include experimental k6 2023-03-02 15:21:29 +01:00
Veljko
ae857bdeaa Increased percentage of thresholds
[MAILPOET-4945]
2023-03-02 15:21:29 +01:00
Jan Jakes
f826ce52d6 Upgrade to k6 v0.43.1
[MAILPOET-4945]
2023-03-02 15:21:29 +01:00
Veljko
db029bbbaa Revert the password
[MAILPOET-4945]
2023-03-02 15:21:29 +01:00
Jan Jakes
77cf9997bc Ensure performance tests output directory
[MAILPOET-4945]
2023-03-02 15:21:29 +01:00
Jan Jakes
d30772ea7c Run performance tests directly from PHP
[MAILPOET-4945]
2023-03-02 15:21:29 +01:00
Veljko
ccfce23c30 Update xk6browser and circleci config
[MAILPOET-4945]
2023-03-02 15:21:29 +01:00
alex-mailpoet
a103f589b8 Change Docker image used and test command
[MAILPOET-4945]
2023-03-02 15:21:29 +01:00
Veljko
fe6357864d Include performance tests in nightly workflow 2023-03-02 15:21:29 +01:00
Veljko
5e497e3ddb Include performance tests in workflows
[MAILPOET-4945]
2023-03-02 15:21:29 +01:00
Veljko
75723d5af6 Add integration between CircleCI and k6
[MAILPOET-4945]
2023-03-02 15:21:29 +01:00
David Remer
13daff5883 Remove status check as the first step might have already been executed
[MAILPOET-5097]
2023-03-02 15:16:13 +01:00
David Remer
c0e226b4bb Do not use associative array
[MAILPOET-5097]
2023-03-02 15:16:13 +01:00
Jan Lysý
212e01dd4c Add check that function error_log exists
[MAILPOET-5026]
2023-03-02 13:59:51 +01:00
Jan Lysý
71aef99607 Remove usage Sending::createFromQueue from SendingQueue worker test
[MAILPOET-4369]
2023-03-02 12:39:35 +02:00
Jan Lysý
26a85458a5 Remove usage Sending::createFromQueue from Scheduler test
[MAILPOET-4369]
2023-03-02 12:39:35 +02:00
Jan Lysý
cc032b7520 Remove old model from Task test
[MAILPOET-4369]
2023-03-02 12:39:35 +02:00
Jan Lysý
20e435872f Add method for update processed subscribers
[MAILPOET-4369]
2023-03-02 12:39:35 +02:00
Sam Najian
6a1e734633 Fix WooCommerce wording
[MAILPOET-5098]
2023-03-02 11:30:38 +01:00
Sam Najian
b91f2cde2b Fix another merge conflict issue preventing correct resuming
[MAILPOET-4983]
2023-03-01 17:46:22 +01:00
Sam Najian
7c425a6b9a Fix wrong import orders
[MAILPOET-4983]
2023-03-01 17:46:22 +01:00
Sam Najian
f1a2954dca Remove duplicate line
[MAILPOET-4983]
2023-03-01 17:46:22 +01:00
Sam Najian
5e74dce6bd Defer resetting errors when resuming to confirmation step
[MAILPOET-4983]
2023-03-01 17:46:22 +01:00
Sam
a641521e0f Apply suggestions from code review to shorten js imports
[MAILPOET-4983]

Co-authored-by: Oluwaseun Olorunsola <30554163+triple0t@users.noreply.github.com>
2023-03-01 17:46:22 +01:00
Sam Najian
bd3a3a116e Fix failing unit test for coupon block
[MAILPOET-4983]
2023-03-01 17:46:22 +01:00
Sam Najian
9b87698819 Immediately pause sendingQueue when a newsletter is corrupted
[MAILPOET-4983]
2023-03-01 17:46:22 +01:00