Skip to content

Commit f0a721e

Browse files
author
Etienne Laurent
committed
remove only
1 parent 78a2df9 commit f0a721e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/rich-text-widget.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ describe('Rich Text Widget', function () {
198198
assert.equal(attributes.a.includes('data-single-choice'), true);
199199
});
200200

201-
it.only('should add images for testing', async function() {
201+
it('should add images for testing', async function() {
202202
const req = apos.task.getReq();
203203
const base = apos.http.getBase();
204204

0 commit comments

Comments
 (0)