Skip to content

Fix zen mode spec

Illya Klymov requested to merge fix-zen-mode-spec into master

Fix zen mode karma test Zen mode spec fails to run separately

Reasons:

  • we are not initializing notes in spec. Component was consuming some weird HTML before
  • our fixture generator cuts script with application/json lang, which is required for notes initialization

See #31702 (closed) for details

Merge request reports