only in patch2: unchanged: --- /dev/null +++ b/core/modules/text/tests/src/FunctionalJavascript/TextIntegrationTest.php @@ -0,0 +1,37 @@ +drupalCreateUser([ + 'access text', + 'administer site configuration', + 'access content overview', + ]); + $this->drupalLogin($admin_user); + + // @TODO + // Create basic Page. + // Assert Edit summary link presence. + // Add help text to Basic Page's Body field. + // Assert Edit summary link presence. + } + +}