Don't retry cancelled conflicts immediately
If other items were saved in the same batch, the conflict resolution window could reappear immediately after cancelling it.
This commit is contained in:
parent
c146adce38
commit
295e9f3ecf
3 changed files with 111 additions and 1 deletions
|
@ -854,7 +854,7 @@ describe("Zotero.Sync.Data.Local", function() {
|
|||
json.data.note = noteText2;
|
||||
downloadedJSON.push(json);
|
||||
|
||||
// Delete object locally
|
||||
// Modify local version
|
||||
obj.setNote(noteText1);
|
||||
|
||||
waitForWindow('chrome://zotero/content/merge.xul', function (dialog) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue