Commit Graph

3543 Commits

Author SHA1 Message Date
Jan Lysý
0e5b51daa2 Update tests for StatisticsOpensRepositoryTest
[MAILPOET-3585]
2021-05-03 11:23:47 +02:00
Jan Lysý
f2e39083a5 Update tests for the new default WP subscriber status
[MAILPOET-3483]
2021-05-03 10:24:25 +02:00
Rostislav Wolny
62e22dd8e5 Reintroduce second attempt for filtering products in test
[MAILPOET-3594]
2021-04-30 10:33:38 +02:00
Rostislav Wolny
b15a01e30c Use proper method when selecting from react select in tests
[MAILPOET-3594]
2021-04-29 16:38:20 +02:00
Rostislav Wolny
9bea059983 Remove unnecessary retry from EditorProductsCest
[MAILPOET-3594]
2021-04-29 16:38:20 +02:00
Rostislav Wolny
bfd6b75065 Improve reliability of selecting in select2 in acceptance tests
[MAILPOET-3594]
2021-04-29 16:38:20 +02:00
Rostislav Wolny
a6dcd7a22c Exclude non-content related clicks from segment clicked any
[MAILPOET-3223]
2021-04-29 16:33:05 +02:00
Rostislav Wolny
d45fc34a4f Add clicked any action support to segment filter data mapper
[MAILPOET-3223]
2021-04-29 16:33:05 +02:00
Rostislav Wolny
4bfbfada6e Add support for clicked any to email type segment filter
[MAILPOET-3223]
2021-04-29 16:33:05 +02:00
Rostislav Wolny
841a7ab899 Replace dummyimage.com by local image
[MAILPOET-3587]
2021-04-29 12:28:46 +02:00
Veljko
000cd31aba Fix missing file data path 2021-04-28 13:10:36 +02:00
Veljko
2f774cbcdb Move tests inside subfolders
[MAILPOET-3581]
2021-04-28 13:10:36 +02:00
Veljko
b8d8d91aff Renamed all acceptance tests
[MAILPOET-3581]
2021-04-28 13:10:36 +02:00
Rostislav Wolny
632c225721 Fix flaky ManageSegmentsCest::bulkTrashRestoreAndDeleteSegments
[MAILPOET-3584]
2021-04-28 11:09:24 +02:00
Rostislav Wolny
4b986547f9 Fix flaky FormWithColumns test
[MAILPOET-3482]
2021-04-26 13:47:41 +02:00
Rostislav Wolny
548fa5595f Remove forgotten debug
[MAILPOET-3482]
2021-04-26 13:47:41 +02:00
Rostislav Wolny
29cc74081c Fix ManageSegmenstCest
[MAILPOET-3482]
2021-04-26 13:47:41 +02:00
Rostislav Wolny
36dd514bb5 Fix flaky import subscribers to a new list test
[MAILPOET-3482]
2021-04-26 13:47:41 +02:00
Rostislav Wolny
ca5480db6c Fix flaky FormEditorAddNamesCest
[MAILPOET-3482]
2021-04-26 13:47:41 +02:00
Rostislav Wolny
e2683fc5c0 Print info about installed plugins in tests bootstrap
[MAILPOET-3482]
2021-04-26 13:47:41 +02:00
Rostislav Wolny
940f03d9e8 Move plugins activation in test after updating wp-config.php
This change was done to make sure that plugins start with correct configuration in place.
[MAILPOET-3482]
2021-04-26 13:47:41 +02:00
Rostislav Wolny
44f1269916 Change plugins download directory
[MAILPOET-3482]
2021-04-26 13:47:41 +02:00
Rostislav Wolny
03f25fdf64 Simplify download of WooCommerce in acceptance test bootstrap
[MAILPOET-3482]
2021-04-26 13:47:41 +02:00
Pavel Dohnal
025d588591 Fix tests
[MAILPOET-3525]
2021-04-26 13:46:23 +02:00
Pavel Dohnal
3f91c40594 Round score to 1 decimal instead of 0
[MAILPOET-3525]
2021-04-26 13:46:23 +02:00
Pavel Dohnal
06d2cc8cb7 Recalculate engagement score after open
[MAILPOET-3525]
2021-04-26 13:46:23 +02:00
Jan Lysý
d44636a69f Add acceptance test for the total spent dynamic segment
[MAILPOET-3227]
2021-04-26 11:29:48 +02:00
Jan Lysý
36c88c40c9 Add integration test on the total spent filter
[MAILPOET-3227]
2021-04-26 11:29:48 +02:00
Jan Lysý
7694db2c2a Add acceptance test on the total spent dynamic segment
[MAILPOET-3227]
2021-04-26 11:29:48 +02:00
Rostislav Wolny
140a52b168 Fix updating Woo Order dates in test data factory
Updating an order using wp_update_post causes that we are not able to use
wc_get_product and probably some other functions from WooCommerce
[MAILPOET-3577]
2021-04-23 12:28:22 +02:00
Rostislav Wolny
6fd70d6555 Skip WooCommerce Subrcription Test when plugin not available
This is needed for builds for pull requests from external contributors.
[MAILPOET-3471]
2021-04-20 15:51:09 +02:00
Rostislav Wolny
01ef570c42 Add Woo Subscriptions segment acceptance test
[MAILPOET-3471]
2021-04-20 15:51:09 +02:00
Rostislav Wolny
120baeeb00 Add WooCommerceSubscriptions factory to tests
[MAILPOET-3471]
2021-04-20 15:51:09 +02:00
Rostislav Wolny
5dd376f881 Add support for subscriptions products into WooProducts factory
[MAILPOET-3471]
2021-04-20 15:51:09 +02:00
Rostislav Wolny
df2c7f7fb9 Add extension to control init state of plugins in acceptance tests
[MAILPOET-3471]
2021-04-20 15:51:09 +02:00
Rostislav Wolny
6ba56ad15b Add ability to use 3rd party plugin functions in acceptance tests
All plugins that we keep active during acceptance tests bootstrap are then loaded
by WP Browser extension and that gives us ability to use their functions and classes
within the acceptance tests.
[MAILPOET-3471]
2021-04-20 15:51:09 +02:00
Rostislav Wolny
94450d1aff Add acceptance tests method for activation WC Subscriptions
[MAILPOET-3471]
2021-04-20 15:51:09 +02:00
Rostislav Wolny
7d5d71d94a Add WC Subscriptions installation to tests entry point
[MAILPOET-3471]
2021-04-20 15:51:09 +02:00
Rostislav Wolny
cccafb1481 Update segments API data mapper to support subscriptions segments
[MAILPOET-3471]
2021-04-20 15:51:09 +02:00
Rostislav Wolny
d0935a6fa3 Refactor select for operator in orders count segment to native select
[MAILPOET-3574]
2021-04-20 11:51:38 +02:00
Pavel Dohnal
9c13b40fef Replace id with automation id
[MAILPOET-3228]
2021-04-20 08:42:21 +02:00
Rodrigo Primo
b207babf8f Acceptance test to check creating and editing a number of orders segment
[MAILPOET-3228]
2021-04-20 08:42:21 +02:00
Rodrigo Primo
a983679566 Replace generic assertions with more specific ones in WooCommerceNumberOfOrdersTest
[MAILPOET-3228]
2021-04-20 08:42:21 +02:00
Rodrigo Primo
637a32ef77 Add integration tests for the WooCommerce number of orders segment
[MAILPOET-3228]
2021-04-20 08:42:21 +02:00
Rodrigo Primo
68b44e8e21 Add acceptance test for the WooCommerce number of orders segment
[MAILPOET-3228]
2021-04-20 08:42:21 +02:00
Rodrigo Primo
4f3738b0b1 Implement new WooCommerce dynamic segment based on the number of orders
[MAILPOET-3228]
2021-04-20 08:42:21 +02:00
Pavel Dohnal
0153e63db0 Add invalid paths tests
[MAILPOET-3224]
2021-04-19 16:57:50 +02:00
Pavel Dohnal
8903b04203 Improve test checks
[MAILPOET-3224]
2021-04-19 16:57:50 +02:00
Pavel Dohnal
369a04ba95 Add acceptance test for number of opens
[MAILPOET-3224]
2021-04-19 16:57:50 +02:00
Pavel Dohnal
deb6b9315e Add new segment to data mapper
[MAILPOET-3224]
2021-04-19 16:57:50 +02:00