Skip to content

Commit 858c734

Browse files
Update src/test/ts/browser/LoadTest.ts
Co-authored-by: tiny-ben-tran <[email protected]>
1 parent 34c8cb9 commit 858c734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ts/browser/LoadTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ UnitTest.asynctest('LoadTest', (success, failure) => {
4444
}),
4545
Step.sync(() => removeTinymceElement()),
4646
Step.sync(() => {
47-
Assertions.assertEq('Global TinyMCE not destroyed', true, Global.tinymce.get('example_id') === null);
47+
Assertions.assertEq('The editor instance is removed', true, Global.tinymce.get('example_id') === null);
4848
})
4949
], success, failure);
5050
});

0 commit comments

Comments
 (0)