Fix Create Bibliography
listbox is gone, but richlistbox is still here as a custom element and works fine for cases where we don't need virtualization. groupbox label and richlistitem styles should probably be copied to somewhere global once tuned a bit.
This commit is contained in:
parent
4c21a42b53
commit
547311ff26
5 changed files with 35 additions and 20 deletions
|
@ -18,7 +18,7 @@ describe("Create Bibliography Dialog", function () {
|
|||
|
||||
var deferred = Zotero.Promise.defer();
|
||||
var called = false;
|
||||
waitForWindow("chrome://zotero/content/bibliography.xul", function (dialog) {
|
||||
waitForWindow("chrome://zotero/content/bibliography.xhtml", function (dialog) {
|
||||
waitForWindow("chrome://zotero/content/preferences/preferences.xul", function (window) {
|
||||
// Wait for pane switch
|
||||
(async function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue