0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/test
Simon Backx a95e9d0b7b
Fixed error in newsletter editing limit checks (#14817)
refs https://github.com/TryGhost/Team/issues/1583
refs https://ghost.slack.com/archives/C02G9E68C/p1652397268702749?thread_ts=1652397192.822389&cid=C02G9E68C

Used `model.status` instead of `model.get('status')`, resulting in undefined, resulting in `!== 'active'` to return true. Also added a test case for editing active newsletters.
2022-05-13 10:15:35 +02:00
..
e2e-api Fixed error in newsletter editing limit checks (#14817) 2022-05-13 10:15:35 +02:00
e2e-browser
e2e-frontend 🔥 Removed legacy product + price helpers from themes 2022-05-12 18:58:01 +01:00
e2e-server Added MRR stats service and endpoint (#14427) 2022-04-08 09:18:04 +02:00
integration Added permissions for Authors to read labels 2022-05-12 16:07:05 +01:00
regression Extended public settings to include portal settings (#14801) 2022-05-12 19:54:45 +05:30
unit Removed unused getPaymentConfig method 2022-05-12 20:05:10 +01:00
utils 🔥 Removed legacy product + price helpers from themes 2022-05-12 18:58:01 +01:00
.eslintignore
.eslintrc.js
.jshintrc