Commit Graph

3528 Commits

Author SHA1 Message Date
Veljko V
e707942179 Update scenario to include email check at the end 2020-08-27 12:01:07 +03:00
Veljko V
98f1b7a78d Add 2 new scenarios to newsletter preview testcases
[MAILPOET-3118]
2020-08-27 12:01:07 +03:00
Pavel Dohnal
c878bb9ab0 Update the status
[MAILPOET-3087]
2020-08-24 10:40:12 +02:00
Veljko V
4f1a2510b7 Update existing scenario newsletter creation
[MAILPOET-3106]
2020-08-17 09:59:41 +02:00
Pavel Dohnal
23d9b6148d Move form title to sidebar
[MAILPOET-3086]
2020-08-13 17:27:10 +02:00
Pavel Dohnal
b7d331d20f Fix acceptance tests for wp 5.5
[MAILPOET-3096]
2020-08-13 17:01:05 +02:00
Pavel Dohnal
7fb2d3b402 Use wp 5.5 for acceptance tests
[MAILPOET-3096]
2020-08-13 17:01:05 +02:00
Rostislav Wolny
6b286bdccc Wait for comment to be saved before checking subscription in listing
[MAILPOET-3104]
2020-08-13 12:46:58 +02:00
Rostislav Wolny
443e6ef788 Ensure newsletter templates created in tests are clickable
[MAILPOET-3103]
2020-08-13 11:15:29 +02:00
Pavel Dohnal
55447e7e26 Update acceptance test
[MAILPOET-3049]
2020-08-13 10:34:40 +02:00
Pavel Dohnal
524cebbc6f Update acceptance test inserter
[MAILPOET-3049]
2020-08-13 10:34:40 +02:00
Rostislav Wolny
1c1d9d7037 Set input inline border radius as !important
We need to override Shapely theme's !important rule
[MAILPOET-2810]
2020-08-12 17:49:55 +02:00
Rostislav Wolny
d720832f97 Set automatic height for inputs if form is using custom font size
[MAILPOET-2810]
2020-08-12 17:49:55 +02:00
Rostislav Wolny
79c70c8341 Rename form template parent class
[MAILPOET-2810]
2020-08-12 17:49:55 +02:00
Rostislav Wolny
7087bd3b3c Refactor form templates repository to return templates objects
[MAILPOET-2810]
2020-08-12 17:49:55 +02:00
Rostislav Wolny
9155b8d95a Refactor default form success message detection to form factory
[MAILPOET-2810]
2020-08-12 17:49:55 +02:00
Pavel Dohnal
21367ef05d Test master switch
[MAILPOET-3075]
2020-08-12 16:35:28 +02:00
Pavel Dohnal
e591ab1040 Remove uneeded dependency
[MAILPOET-3075]
2020-08-12 16:35:28 +02:00
Pavel Dohnal
188f64e068 Add tests
[MAILPOET-3075]
2020-08-12 16:35:28 +02:00
Pavel Dohnal
d325a80695 Update acceptance tests
[MAILPOET-3075]
2020-08-12 16:35:28 +02:00
Pavel Dohnal
4766f0a5e6 Only display form if the type is enabled
[MAILPOET-3075]
2020-08-12 16:35:28 +02:00
Pavel Dohnal
b1e9c1a4a9 Add placement enabled settings
[MAILPOET-3075]
2020-08-12 16:35:28 +02:00
Pavel Dohnal
33e06858b1 Pass invalid url as a string not an array
[MAILPOET-3097]
2020-08-12 11:37:28 +02:00
Pavel Dohnal
7cf90b88c5 Use an email that doesn't fail validation
[MAILPOET-3097]
2020-08-12 11:37:28 +02:00
Pavel Dohnal
e38b00f0f2 Unset global closure in tests
[MAILPOET-3097]
2020-08-12 11:37:28 +02:00
Rostislav Wolny
1c994ce03d Fix flaky manage welcome email test
[MAILPOET-3091]
2020-08-12 07:47:06 +02:00
Rostislav Wolny
10c75f3f24 Fix flaky EditorSocial button test
Sometimes when social block was clicked a toolbar of a following block received the click. This change ensures that the click has exact coordinates.
[MAILPOET-3091]
2020-08-11 16:33:24 +02:00
Rostislav Wolny
532ddeeb78 Refactor checking newsletter templates presence in tests
[MAILPOET-3091]
2020-08-11 16:33:24 +02:00
Rostislav Wolny
0810fc2abb Increase timeout for searching wooCommerce products in tests
[MAILPOET-3091]
2020-08-11 16:33:24 +02:00
Rostislav Wolny
2dd32c1082 Make sure correct tab is selected before selecting template
[MAILPOET-3091]
2020-08-11 16:33:24 +02:00
Pavel Dohnal
c1c5885398 Refactor Statistics Entities to use association
[MAILPOET-3069]
2020-08-11 12:54:24 +02:00
Lysy Jan
be4fb96dc5 Add tests to import for new properties
Fixes:#2968
[MAILPOET-2957]
2020-08-10 15:16:31 +02:00
Pavel Dohnal
597f6acaca Leave filters out of refactoring
[MAILPOET-2657]
2020-08-06 12:23:41 +02:00
Pavel Dohnal
6e49cc5e4e Blacklist more woo filters
[MAILPOET-2657]
2020-08-06 12:23:41 +02:00
Pavel Dohnal
33e2c3d9d2 Add test for respository
[MAILPOET-2657]
2020-08-06 12:23:41 +02:00
Ján Mikláš
b1be2b4923 Use <Tag> component in <NewsletterStats>
[MAILPOET-3000]
2020-08-05 09:38:34 +02:00
wxa
3a4a773014 Update tests [MAILPOET-3000] 2020-08-05 09:38:34 +02:00
Rostislav Wolny
12ae18c87e Fix iframe testing in acceptance tests
[MAILPOET-2973]
2020-08-04 14:33:14 +02:00
Rostislav Wolny
82d2784ed0 Get rid of magic _inject in acceptance tests
After updating to Codeception v4 inject doesn't work since services in DI needs WP to be loaded.
Injecting data factories is also not recommended practice since they are not designed to work as singleton and may that test influence each other and cause some flakiness.
[MAILPOET-2973]
2020-08-04 14:33:14 +02:00
Rostislav Wolny
14067a22d9 Update codeception/codeception and related packages
[MAILPOET-2973]
2020-08-04 14:33:14 +02:00
Lysy Jan
ba4fd9eb1b Fix subscriber status resetting on WP user creation
Fixes:#2960
[MAILPOET-3016]
2020-08-04 13:41:48 +02:00
Rostislav Wolny
e9c1149234 Fix manage subscription integration test
[MAILPOET-1635]
2020-08-03 14:10:56 +02:00
Rostislav Wolny
c2c47a1c84 Add success message to subscription management form
[MAILPOET-1635]
2020-08-03 10:23:17 +02:00
Rostislav Wolny
7c2e9162a1 Add filter form manage subscription form fields
[MAILPOET-1635]
2020-08-03 10:23:17 +02:00
Rostislav Wolny
7c979c9b56 Move manage subscription page filter to proper class
[MAILPOET-1635]
2020-08-03 10:23:17 +02:00
Rostislav Wolny
72ca0ce32f Add integration test for manage subscription form renderer
[MAILPOET-1635]
2020-08-03 10:23:17 +02:00
Rostislav Wolny
f1eb3d6b5d Refactor manage subscription form rendering to separate class
[MAILPOET-1635]
2020-08-03 10:23:17 +02:00
Rostislav Wolny
d2c128d255 Add class to manage subscription form
[MAILPOET-1635]
2020-08-03 10:23:17 +02:00
Rostislav Wolny
4a9f461522 Refactor manage subscription to use twig template
[MAILPOET-1635]
2020-08-03 10:23:17 +02:00
Rostislav Wolny
31250edcd1 Fix flaky post notification template selection
[MAILPOET-3070]
2020-08-03 09:56:08 +02:00