File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -60,15 +60,13 @@ public function test_comment_editor_js_loaded_with_create_or_edit_permissions()
6060 $ page = $ this ->entities ->page ();
6161
6262 $ resp = $ this ->actingAs ($ editor )->get ($ page ->getUrl ());
63- $ resp ->assertSee ('tinymce.min.js? ' , false );
6463 $ resp ->assertSee ('window.editor_translations ' , false );
6564 $ resp ->assertSee ('component="entity-selector" ' , false );
6665
6766 $ this ->permissions ->removeUserRolePermissions ($ editor , ['comment-create-all ' ]);
6867 $ this ->permissions ->grantUserRolePermissions ($ editor , ['comment-update-own ' ]);
6968
7069 $ resp = $ this ->actingAs ($ editor )->get ($ page ->getUrl ());
71- $ resp ->assertDontSee ('tinymce.min.js? ' , false );
7270 $ resp ->assertDontSee ('window.editor_translations ' , false );
7371 $ resp ->assertDontSee ('component="entity-selector" ' , false );
7472
@@ -79,7 +77,6 @@ public function test_comment_editor_js_loaded_with_create_or_edit_permissions()
7977 ]);
8078
8179 $ resp = $ this ->actingAs ($ editor )->get ($ page ->getUrl ());
82- $ resp ->assertSee ('tinymce.min.js? ' , false );
8380 $ resp ->assertSee ('window.editor_translations ' , false );
8481 $ resp ->assertSee ('component="entity-selector" ' , false );
8582 }
You can’t perform that action at this time.
0 commit comments