mirror of
https://github.com/zotero/zotero.git
synced 2026-08-28 05:25:31 +00:00
Fix sync runner test for updated login error button text
This commit is contained in:
parent
1502214b5d
commit
1d31ed2508
1 changed files with 1 additions and 1 deletions
|
|
@ -1088,7 +1088,7 @@ describe("Zotero.Sync.Runner", function () {
|
|||
var panel = win.document.getElementById('zotero-sync-error-panel');
|
||||
var buttons = panel.getElementsByTagName('button');
|
||||
assert.lengthOf(buttons, 1);
|
||||
assert.equal(buttons[0].label, Zotero.getString('sync.openSyncPreferences'));
|
||||
assert.equal(buttons[0].label, Zotero.ftl.formatValueSync('account-log-in'));
|
||||
});
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue