fx-compat: Add preferences with full-text/keyword search (#2659)
This commit is contained in:
parent
db600cb5b9
commit
8d75f37548
48 changed files with 2510 additions and 6827 deletions
|
@ -16,7 +16,7 @@ describe("Advanced Preferences", function () {
|
|||
|
||||
describe("Debug Output", function () {
|
||||
it("should log output and submit to server", function* () {
|
||||
var win = yield loadWindow("chrome://zotero/content/preferences/preferences.xul", {
|
||||
var win = yield loadWindow("chrome://zotero/content/preferences/preferences.xhtml", {
|
||||
pane: 'zotero-prefpane-advanced',
|
||||
tabIndex: 0
|
||||
});
|
||||
|
@ -64,7 +64,7 @@ describe("Advanced Preferences", function () {
|
|||
describe("Files & Folders", function () {
|
||||
describe("Linked Attachment Base Directory", function () {
|
||||
var setBaseDirectory = Zotero.Promise.coroutine(function* (basePath) {
|
||||
var win = yield loadWindow("chrome://zotero/content/preferences/preferences.xul", {
|
||||
var win = yield loadWindow("chrome://zotero/content/preferences/preferences.xhtml", {
|
||||
pane: 'zotero-prefpane-advanced',
|
||||
tabIndex: 1
|
||||
});
|
||||
|
@ -89,7 +89,7 @@ describe("Advanced Preferences", function () {
|
|||
});
|
||||
|
||||
var clearBaseDirectory = Zotero.Promise.coroutine(function* (basePath) {
|
||||
var win = yield loadWindow("chrome://zotero/content/preferences/preferences.xul", {
|
||||
var win = yield loadWindow("chrome://zotero/content/preferences/preferences.xhtml", {
|
||||
pane: 'zotero-prefpane-advanced',
|
||||
tabIndex: 1
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue