0d461c2e30
add tests
2018-07-19 10:13:48 +01:00
1e933df60b
rm commented tests
2018-07-19 10:13:48 +01:00
f261d9881e
rm non implemented tests
2018-07-19 10:13:48 +01:00
76686e08fe
analytics : use a unique public id
2018-07-19 10:13:48 +01:00
c868c39696
Add acceptance test for post notification edit [MQ-29]
2018-07-18 15:43:34 +02:00
33149d041c
Add more robust check for send form presence to acceptance tests [MQ-29]
...
There is a short delay between rendering of a heading and the form fields.
It is safer to wait for form itself before manipulating it.
2018-07-18 15:41:02 +02:00
9b19858734
Merge pull request #1432 from mailpoet/forms-delete-at
...
Forms delete acceptance test [MQ-50]
2018-07-18 08:26:37 -04:00
427e826ee5
Revert "Fix data creation for first test run"
...
This reverts commit 4296cd5a3e
.
2018-07-17 13:42:47 +01:00
d0f797f88c
Revert "Remove factory, because it doesn't work"
...
This reverts commit d8b9b8e649
.
2018-07-17 13:42:34 +01:00
3318dd3ace
Merge pull request #1395 from mailpoet/hackday-todo
...
Deleted TODOs after noting required actions [MAILPOET-1433]
2018-07-16 14:35:38 -04:00
d8b9b8e649
Remove factory, because it doesn't work
...
[MQ-50]
2018-07-16 16:25:16 +01:00
5c66025633
Merge pull request #1418 from mailpoet/cron-ping-warning
...
Automatically test if cron can be pinged and display a notice [MAILPOET-801]
2018-07-16 10:36:34 -04:00
4296cd5a3e
Fix data creation for first test run
...
[MQ-50]
2018-07-16 14:13:39 +01:00
4229ba87f3
Create forms delete acceptance tests
...
[MQ-50]
2018-07-12 11:41:36 +01:00
f250807be5
Create Acceptance Test FormsCreation
...
[MQ-49]
2018-07-11 11:11:01 +01:00
3c7cd193b6
Detect not accessible cron daemon [MAILPOET-801]
...
This adds a function to a CronHelper which detect accessibility problem based on timestamps
which are stored during cron execution. The main idea is that the cron daemon should update run_started_at
within the REQUEST_TIMEOUT after it was accessed (run_accessed_at).
2018-07-11 09:27:19 +02:00
083372a391
Store timestamps and last error during cron process [MAILPOET-801]
2018-07-11 09:27:14 +02:00
1baace589e
Merge pull request #1425 from mailpoet/fix-posts-paragraphs
...
Fix spacing between paragraphs in full post [MAILPOET-1455]
2018-07-10 11:32:25 -04:00
b44fe6d522
Merge pull request #1422 from mailpoet/tasks-pausing
...
Pause scheduled tasks for deactivated emails [MAILPOET-1442]
2018-07-10 09:59:03 -04:00
90bdcd2213
Merge pull request #1411 from mailpoet/default-sender
...
Set default sender on newsletter save [MAILPOET-1415]
2018-07-10 09:42:38 -04:00
e8e8eaf74c
Merge pull request #1421 from mailpoet/newsletters-opens-export-fix
...
Fix export of newsletters statistics [MAILPOET-1444]
2018-07-10 08:32:32 -04:00
35825c3432
Fix spacing between paragraphs in full post [MAILPOET-1455]
2018-07-10 14:26:36 +02:00
a02f909627
Merge pull request #1402 from mailpoet/edit-newsletter
...
Edit newsletter
2018-06-29 18:44:00 -04:00
aab68bc0eb
Extend pausing of scheduled tasks also for welcome and automatic emails [MAILPOET-1442]
...
Without setting the tasks status to paused they would stay sheduled but couldn't be sent.
2018-06-29 16:29:46 +02:00
dff9154e7d
Fix export of newsletters statistics [MAILPOET-1444]
2018-06-29 14:40:13 +02:00
289daf2edb
repushing to make test pass
2018-06-26 09:34:40 -04:00
bd33fc2aba
adding different assertion
2018-06-26 09:17:53 -04:00
9b9f579e4c
Fixing an error
2018-06-26 08:56:25 -04:00
37e7f0abc0
fixed spacing issue
2018-06-26 08:22:54 -04:00
35ea0d9c34
Updated methods for exposing and clicking react-hidden links
2018-06-26 07:27:31 -04:00
55affcb556
Set default sender on newsletter save
...
[MAILPOET-1415]
2018-06-25 12:45:02 +01:00
4fba615d30
Fix rendering of posts in newsletter [MAILPOET-1416]
2018-06-25 12:45:45 +02:00
6a52d3130d
...
2018-06-21 13:57:20 -04:00
feb14d22b4
and yet again another different fix to unhide edit link
2018-06-21 13:27:35 -04:00
cfa49d8e90
and yet another different fix to unhide edit link
2018-06-21 13:13:26 -04:00
76876aebee
and another different fix to unhide edit link
2018-06-21 10:24:29 -04:00
8626dff51c
different fix to unhide edit link
2018-06-21 09:52:50 -04:00
699e08b1e7
fix to unhide the row actions so test can find edit link
2018-06-21 09:13:35 -04:00
3b9ac7b479
fixed indentation and renamed file to match convention
2018-06-21 08:48:03 -04:00
9308cffd45
Refactor fetching newsletter options to respect its type [MAILPOET-1431]
2018-06-19 17:06:56 +02:00
9446e3cd50
Fix codeception deprecated call in API test
2018-06-19 16:07:10 +02:00
36e29581ef
Merge pull request #1389 from mailpoet/api-errors
...
Improve error reporting in API [MAILPOET-1290]
2018-06-18 14:35:42 -04:00
ee63ecaabb
Merge pull request #1397 from mailpoet/php-libs-update
...
PHP libs update [MAILPOET-1429]
2018-06-18 08:34:55 -04:00
989cda7f0e
Merge pull request #1399 from mailpoet/end-53
...
End PHP 5.3 support [MAILPOET-1423]
2018-06-18 08:33:18 -04:00
daeee55118
Update Codeception deprecated method calls
2018-06-15 10:35:51 +02:00
6c478cd017
Merge pull request #1401 from mailpoet/mp1397-redone
...
Fix: Using double quote break rendering [MAILPOET-1397]
2018-06-14 11:57:31 -04:00
d358621366
Merge pull request #1392 from mailpoet/renderer_font_family_fix
...
Uses full font-family name in element styles [MAILPOET-1393]
2018-06-14 11:25:23 -04:00
78e954df0e
Merge pull request #1396 from mailpoet/js-dependencies-update
...
Js dependencies update [MAILPOET-1428]
2018-06-14 09:48:58 -04:00
00e18831ab
Initial upload of new edit newsletter test
2018-06-14 07:39:51 -04:00
cc2a39ac26
Fix: Using double quote break rendering [MAILPOET-1397]
2018-06-14 11:56:03 +02:00