Confirmed users
1,905
edits
| Line 34: | Line 34: | ||
{ "uri": "http://www.yahoo.com", "location": "menu/folderb", "title": "testing Yahoo" }, | { "uri": "http://www.yahoo.com", "location": "menu/folderb", "title": "testing Yahoo" }, | ||
], | ], | ||
"phase1": { | |||
"profile": "profile1", | |||
"actions": [ | |||
{ "add": { "bookmarks": "bookmarks-initial" } }, | |||
{ "sync": "all", "wipe-server": true }, | |||
], | |||
}, | |||
"phase2": { | |||
"profile": "profile2", | |||
"actions": [ | |||
{ "sync": "all" }, | |||
{ "verify": { "bookmarks": "bookmarks-initial" } }, | |||
{ "modify": { "bookmarks": "bookmarks-initial" } }, | |||
{ "sync": "all" }, | |||
], | |||
}, | |||
"phase3": { | |||
"profile": "profile1", | |||
"actions": [ | |||
{ "sync": "all" }, | |||
{ "verify": { "bookmarks": "bookmarks-post-change" } }, | |||
], | |||
}, | |||
} | |||