We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b02a4 commit 8a19833Copy full SHA for 8a19833
test/functional/editor.js
@@ -12,7 +12,7 @@ chai.use(chaiAsPromised);
12
chai.use(chaiArrays);
13
const expect = chai.expect;
14
15
-describe.only('Editor', function() {
+describe('Editor', function() {
16
before(utils.launchBrowser);
17
18
after(utils.closeBrowser);
0 commit comments