Additional assertion for sync test from d0c1a1f600

This commit is contained in:
Dan Stillman 2022-06-20 18:42:37 -04:00
parent d0c1a1f600
commit 842e100b73

View file

@ -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')