Merge remote-tracking branch 'origin/Plasma/5.18'

wilder-portage-prov
Heiko Becker 6 years ago
commit e54c70c052
  1. 6
      runners/bookmarks/tests/chrome-config-home/Chrome-Bookmarks-Sample.json
  2. 2
      runners/bookmarks/tests/chrome-config-home/Chrome-Bookmarks-SecondProfile.json

@ -7,7 +7,7 @@
"id": "4",
"name": "some bookmark in bookmark bar",
"type": "url",
"url": "http://somehost.com/"
"url": "https://somehost.com/"
} ],
"date_added": "12987182274941985",
"date_modified": "12987182320843562",
@ -21,14 +21,14 @@
"id": "5",
"name": "bookmark in other bookmarks",
"type": "url",
"url": "http://otherbookmarks.com/"
"url": "https://otherbookmarks.com/"
}, {
"children": [ {
"date_added": "12987182366305763",
"id": "7",
"name": "bookmark in somefolder",
"type": "url",
"url": "http://somefolder.com/"
"url": "https://somefolder.com/"
} ],
"date_added": "12987182352136671",
"date_modified": "12987182366305763",

@ -15,6 +15,6 @@
"id": "7",
"name": "bookmark in secondProfile",
"type": "url",
"url": "http://secondprofile.com/"
"url": "https://secondprofile.com/"
} ] } }
}

Loading…
Cancel
Save