0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core
Naz 23ba543abd Removed forceStart in theme e2e tests
refs https://github.com/TryGhost/Toolbox/issues/135

- The reason the test **settings** test was failing when the force start flag was removed in the **custom themes** was the bridge! The bridge was trying to execute function on the frontend when the boot was done without initializing the frontend. The setting test was changing locale and the timezone which triggered events calling up on frontend components - we clearly don't want to do this when the instance is booted without the frontend
- To make event initialization conditional moved it to the "init". This way the event listeners are only set up when we boot with the "frontend" flag set to true
2021-11-22 14:51:23 +04:00
..
client@18b5ca27f6 Updated Admin to v4.22.4 2021-11-19 16:00:31 +00:00
frontend Fixed callout card emoji alignment 2021-11-22 10:52:21 +01:00
server Fixed accent color background in email callout cards 2021-11-22 10:45:03 +01:00
shared Added productCard labs flag 2021-11-22 11:46:28 +01:00
app.js
boot.js Removed forceStart in theme e2e tests 2021-11-22 14:51:23 +04:00
bridge.js Removed forceStart in theme e2e tests 2021-11-22 14:51:23 +04:00