Firefox 54 compatibility: rename "new" and "delete" XBL methods
This commit is contained in:
parent
ddc9989d82
commit
a3eea03a38
4 changed files with 8 additions and 8 deletions
|
@ -363,7 +363,7 @@ describe("Tag Selector", function () {
|
|||
promise = waitForTagSelector(win);
|
||||
var dialogPromise = waitForDialog();
|
||||
var tagSelector = doc.getElementById('zotero-tag-selector');
|
||||
yield tagSelector.delete("A");
|
||||
yield tagSelector.deleteTag("A");
|
||||
yield promise;
|
||||
|
||||
// Tag selector shouldn't show the deleted item's tag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue