Additional assertion for sync test from d0c1a1f600
This commit is contained in:
parent
d0c1a1f600
commit
842e100b73
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ describe("Zotero.Sync.Data.Local", function() {
|
|||
assert.equal(matches[1], "“B”");
|
||||
assert.equal(matches[2], "“A”");
|
||||
assert.equal(matches[3], "“A”");
|
||||
// Checkbox
|
||||
assert.equal(matches[4], "“A”");
|
||||
|
||||
window.document.getElementById('zotero-hardConfirmationDialog-checkbox').checked = true;
|
||||
window.document.getElementById('zotero-hardConfirmationDialog-checkbox')
|
||||
|
|
Loading…
Reference in a new issue