From 842e100b73c9652ceae8f2d21e59334bcd068e23 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 20 Jun 2022 18:42:37 -0400 Subject: [PATCH] Additional assertion for sync test from d0c1a1f600 --- test/tests/syncLocalTest.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/tests/syncLocalTest.js b/test/tests/syncLocalTest.js index 5c38244e86..c8af23af7a 100644 --- a/test/tests/syncLocalTest.js +++ b/test/tests/syncLocalTest.js @@ -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')