parent
fc648a949a
commit
2e8073ab9d
1 changed files with 4 additions and 3 deletions
|
@ -1519,8 +1519,8 @@ describe("ZoteroPane", function() {
|
||||||
bubbles: true
|
bubbles: true
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// TEMP: https://github.com/zotero/zotero/issues/3975
|
||||||
it("should shift-tab through the toolbar to item-tree", async function () {
|
it.skip("should shift-tab through the toolbar to item-tree", async function () {
|
||||||
let searchBox = doc.getElementById('zotero-tb-search-textbox');
|
let searchBox = doc.getElementById('zotero-tb-search-textbox');
|
||||||
searchBox.focus();
|
searchBox.focus();
|
||||||
|
|
||||||
|
@ -1552,7 +1552,8 @@ describe("ZoteroPane", function() {
|
||||||
assert.equal(doc.activeElement.id, "item-tree-main-default");
|
assert.equal(doc.activeElement.id, "item-tree-main-default");
|
||||||
});
|
});
|
||||||
|
|
||||||
it("should tab through the toolbar to collection-tree", async function () {
|
// TEMP: https://github.com/zotero/zotero/issues/3975
|
||||||
|
it.skip("should tab through the toolbar to collection-tree", async function () {
|
||||||
win.Zotero_Tabs.moveFocus("current");
|
win.Zotero_Tabs.moveFocus("current");
|
||||||
let sequence = [
|
let sequence = [
|
||||||
"zotero-tb-tabs-menu",
|
"zotero-tb-tabs-menu",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue