Unsuppress accidental test suppression from fe01e17
This commit is contained in:
parent
fe01e17e93
commit
c4f40c38e9
1 changed files with 2 additions and 2 deletions
|
@ -855,7 +855,7 @@ describe("Zotero.Integration", function () {
|
|||
await promise;
|
||||
});
|
||||
|
||||
it.only('should not display retraction warning when disabled for a retracted item', async function () {
|
||||
it('should not display retraction warning when disabled for a retracted item', async function () {
|
||||
var docID = this.test.fullTitle();
|
||||
await initDoc(docID);
|
||||
var doc = applications[docID].doc;
|
||||
|
@ -873,7 +873,7 @@ describe("Zotero.Integration", function () {
|
|||
});
|
||||
});
|
||||
|
||||
describe.only('#addEditBibliography', function() {
|
||||
describe('#addEditBibliography', function() {
|
||||
var docID = this.fullTitle();
|
||||
beforeEach(function* () {
|
||||
setAddEditItems(testItems[0]);
|
||||
|
|
Loading…
Reference in a new issue