Fix integration test breakage (regression cd14a53
)
This commit is contained in:
parent
cd14a536dc
commit
fe01e17e93
1 changed files with 3 additions and 2 deletions
|
@ -855,7 +855,7 @@ describe("Zotero.Integration", function () {
|
||||||
await promise;
|
await promise;
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should not display retraction warning when disabled for a retracted item', async function () {
|
it.only('should not display retraction warning when disabled for a retracted item', async function () {
|
||||||
var docID = this.test.fullTitle();
|
var docID = this.test.fullTitle();
|
||||||
await initDoc(docID);
|
await initDoc(docID);
|
||||||
var doc = applications[docID].doc;
|
var doc = applications[docID].doc;
|
||||||
|
@ -873,9 +873,10 @@ describe("Zotero.Integration", function () {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('#addEditBibliography', function() {
|
describe.only('#addEditBibliography', function() {
|
||||||
var docID = this.fullTitle();
|
var docID = this.fullTitle();
|
||||||
beforeEach(function* () {
|
beforeEach(function* () {
|
||||||
|
setAddEditItems(testItems[0]);
|
||||||
yield initDoc(docID);
|
yield initDoc(docID);
|
||||||
yield execCommand('addEditCitation', docID);
|
yield execCommand('addEditCitation', docID);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue