Automatically closed - issue fixed for 2 weeks with no activity.
The \Drupal\Tests\node\FunctionalJavascript\TestSettingSummariesContentType class has a few problems:
1. It's wrongly named so the test is not actually run - this was noted over in
#2296635-58: Evaluate performance impact of limiting test discovery to *Test.php filename suffix β
but that issue is trying to do way more.
2. It's slow because it has strpos('Not published', $summary) !== FALSE;
in a wait an the arguments to strpos are the wrong way around...
Rename the test so it runs and fix the wait so that it is quick and will fail if it does not meet it's expectations.
None
None
None
None
N/a
Fixed
9.5
Used to track the progress of issues reviewed by the Drupal Needs Review Queue Initiative.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.