Revert "feat(core): Align GitHub metadata handling with other backends (#3292)"

This reverts commit 8193b5ace89d6f14a6c756235a50b186a763b6b1.
This commit is contained in:
Shawn Erquhart
2020-02-22 14:20:28 -05:00
parent 60edf10530
commit 5bdd3df9cc
87 changed files with 34210 additions and 24545 deletions

View File

@ -200,7 +200,7 @@ function flushClockAndSave() {
function populateEntry(entry, onDone = flushClockAndSave) {
const keys = Object.keys(entry);
for (const key of keys) {
for (let key of keys) {
const value = entry[key];
if (key === 'body') {
cy.getMarkdownEditor()