Skip to content

Commit 34c8cb9

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

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
@@ -40,7 +40,7 @@ UnitTest.asynctest('LoadTest', (success, failure) => {
4040
Waiter.sTryUntilPredicate('Waiting for editor init', () => seenInit),
4141
Step.sync(() => {
4242
Assertions.assertHtmlStructure('', '<p>Hello world</p>', editorInstance.getContent() as string);
43-
Assertions.assertEq('Global TinyMCE is not set', true, Global.tinymce.get('example_id') !== null);
43+
Assertions.assertEq('An editor instance is registered', true, Global.tinymce.get('example_id') !== null);
4444
}),
4545
Step.sync(() => removeTinymceElement()),
4646
Step.sync(() => {

0 commit comments

Comments
 (0)