Commit Graph

221 Commits

Author SHA1 Message Date
Ján Mikláš
67c0d86e8f Higher timeout when waiting for page load 2019-01-07 14:10:27 +01:00
Ján Mikláš
b0e7e2b70e Move skipping tutorials to settings data factory 2019-01-07 14:08:55 +01:00
Ján Mikláš
ead095c6b5 Remove unnecessary comment 2019-01-07 13:12:18 +01:00
Ján Mikláš
6b8600864a Fix SearchForNotificationCest to wait for emails to load and not name of newsletter which was populated before tests were run 2019-01-03 09:47:11 +01:00
Ján Mikláš
58c1095114 Repopulate DB after reinstalling from scratch, so following tests have same default data 2019-01-03 09:47:11 +01:00
Ján Mikláš
fe9ad3a03d Fix checking success message in SubscriptionFormEditCest, because it might already be in widget which would result in different success message (but still OK for test) 2019-01-03 09:47:11 +01:00
Ján Mikláš
4ad420492f Fix SubscriptionFormCest when form is longer than visible part of the page and click would be recieved by <body> 2019-01-03 09:47:11 +01:00
Ján Mikláš
88f335eaed Remove unused code and fix typos in SubscribeToMultipleListsCest 2019-01-03 09:47:11 +01:00
Ján Mikláš
4d5bd430ee Fix SaveNewsletterAsDraftCest to check for newsletter which was saved and not the one which was populated before tests were run 2019-01-03 09:45:15 +01:00
Ján Mikláš
c13fbd1343 Add acceptance test ReinstallFromScratch 2019-01-03 09:45:15 +01:00
Pavel Dohnal
52cc6d5604 Create a data factory for settings
[MAILPOET-1665]
2018-12-20 10:46:33 +01:00
Ján Mikláš
140d2e98dd Refactor acceptance tests with unified waiting for select2 to load 2018-12-17 18:52:50 +01:00
Ján Mikláš
a0fa3c6a0d Create helper for searching, which handle waiting for element, filling input and clicking button 2018-12-17 17:26:30 +01:00
Ján Mikláš
38aaed77d8 Create helper to load mailhog app and wait for angular to load 2018-12-17 17:25:36 +01:00
Ján Mikláš
eea62cd4f7 Create helper for waiting for list to load 2018-12-17 17:25:02 +01:00
Ján Mikláš
c835feea16 Fix SubscribersListingCest - wait for search input to be visible before filling value 2018-12-15 13:08:47 +01:00
Ján Mikláš
a662329edf Fix SearchForStandardNewsletterCest - wait for search input to be visible before filling value 2018-12-15 13:08:47 +01:00
Ján Mikláš
ed11528868 Fix EnableAndDisableSignupConfirmationCest - remove all emails before running tests 2018-12-15 13:08:47 +01:00
Ján Mikláš
b9ceb2a906 Fix EnableAndDisableSignupConfirmationCest - wait for list of mails to render before checking number of them 2018-12-15 13:08:47 +01:00
Ján Mikláš
c126228352 Unify selecting emails in EnableAndDisableSignupConfirmationCest 2018-12-15 13:08:47 +01:00
Ján Mikláš
f6e9601e04 Fix SubscriberManagementCest - wait for select2 to render and add more specific selector for Save button (was failing randomly) 2018-12-15 13:08:47 +01:00
Ján Mikláš
4260960b59 Fix typos - subsciber => subscriber 2018-12-15 13:08:47 +01:00
Ján Mikláš
090fd092cb Fix SubscriberManagementCest - wait for subscribers to finish loading before assessing 2018-12-15 13:08:47 +01:00
Ján Mikláš
1bc31c0927 Fix ScheduleNewsletterCest - wait for select2 to render before selecting value 2018-12-15 13:08:47 +01:00
Ján Mikláš
64f6e8c88f Fix SaveNotificationAsDraftCest - wait for select2 to render before selecting value 2018-12-15 13:08:47 +01:00
Ján Mikláš
83f1849328 Fix SaveNewsletterAsDraftCest - wait for select2 to render before selecting value 2018-12-15 13:08:47 +01:00
Ján Mikláš
cf9f38cdb4 Fix NewsletterCreationCest - wait for select2 to render before selecting value 2018-12-15 13:08:47 +01:00
Ján Mikláš
f0b65721db Fix EditExistingNewsletterCest - wait for select2 to render before selecting value 2018-12-15 13:08:47 +01:00
Ján Mikláš
5d14bb4240 Fix DuplicatePostNotificationCest - wait for table to finish loading 2018-12-15 13:08:47 +01:00
Pavel Dohnal
8e7f9ec73e Add test to edit sign up confirmation email
[MQ-88]
2018-12-04 14:59:11 +01:00
Amine Ben hammou
e462703c06 Fix acceptance tests 2018-11-29 11:03:34 +01:00
M. Shull
d1aea940a5 Merge pull request #1650 from mailpoet/signup-confirmation
Test signup confirmation [MQ-87]
2018-11-28 08:56:35 -05:00
Amine Ben hammou
7fcf9f6f72 Add acceptance test for sign up confirmation
[MQ-87]
2018-11-28 11:58:08 +01:00
Tautvidas Sipavičius
a2393d7889 Merge pull request #1571 from mailpoet/export-subscribers
Export subscribers [MQ-76]
2018-11-20 11:15:39 +02:00
Michelle Shull
2a7cea9e6e add admin login to sub form test to avoid 60 sec wait time 2018-11-15 18:19:04 -05:00
Michelle Shull
9c951741cf Subscribe to multiple lists. [MQ-11] 2018-11-15 17:45:33 -05:00
Michelle Shull
dcd6dda277 Subscribe to multiple lists. [MQ-11] 2018-11-15 17:42:04 -05:00
Michelle Shull
9cb24fcdae fixes, clean-up, better selectors 2018-11-15 14:41:12 -05:00
M. Shull
2e6dd9b20f Merge pull request #1605 from mailpoet/receive-post-notification-at
Add Acceptance test for receive post notification [MQ-69]
2018-11-12 07:51:18 -05:00
Pavel Dohnal
9364a422b3 Add Acceptance test for receive post notification
[MQ-69]
2018-11-12 11:00:36 +01:00
M. Shull
c4536f3591 Merge pull request #1573 from mailpoet/unsub-settings
Preview Default Unsub page from Settings [MQ-101]
2018-11-08 06:02:08 -05:00
wxa
e4d4b575bd Merge pull request #1569 from mailpoet/settings-page-1
Settings page acceptance test checks [MQ-78][MQ-79][MQ-80][MQ-81]
2018-11-07 19:25:10 +03:00
wxa
2771c8c33e Merge pull request #1572 from mailpoet/pages-shortcodes-tests
Preview default subscription management page and change default subsc…
2018-11-07 19:20:56 +03:00
Michelle Shull
43a4b57073 push to complete rebase, fixes 2018-11-05 14:01:34 -05:00
Michelle Shull
64f2ea591d Codesniffer fixes [MQ-76] 2018-11-05 12:42:00 -05:00
Michelle Shull
67e6e81092 Export subscribers [MQ-76] 2018-11-05 12:42:00 -05:00
Michelle Shull
91e66476d3 added data-automation-ids, fixed typo. [MQ-83][MQ-84] 2018-11-05 12:20:52 -05:00
Michelle Shull
33b4ed324e Codesniffer. [MQ-83][MQ-84] 2018-11-05 12:11:10 -05:00
Michelle Shull
a90672652e Preview default subscription management page and change default subscription management page. [MQ-83][MQ-84] 2018-11-05 12:11:10 -05:00
Michelle Shull
cc49c36466 data-automation-id additions, extra assertion. [MQ-78][MQ-79][MQ-80][MQ-81] 2018-11-05 11:07:47 -05:00