diff --git a/examples/api-tests/src/saveable.spec.js b/examples/api-tests/src/saveable.spec.js index 1407266bd1da1..c9be5aca36917 100644 --- a/examples/api-tests/src/saveable.spec.js +++ b/examples/api-tests/src/saveable.spec.js @@ -468,7 +468,7 @@ describe('Saveable', function () { } }); - it.only(`'${closeOnFileDelete}' should close the editor when set to 'true'`, async () => { + it(`'${closeOnFileDelete}' should close the editor when set to 'true'`, async () => { await preferences.set(closeOnFileDelete, true); assert.isTrue(preferences.get(closeOnFileDelete));