- 🇧🇪Belgium borisson_ Mechelen, 🇧🇪
Since this is in the 2.x version of facets and it is regarding ajax, I'm going to close this issue. We are only supporting ajax with views in facets 3.x.
\Drupal\Tests\facets\FunctionalJavascript\AjaxBehaviorTest intends to test AJAX integration for Facets. However, the test uses a View without AJAX enabled.
Add the following line to AjaxBehaviorTest and notice the Facet links do not work with AJAX:
$this->assertSession()->waitForElementVisible('css', '.test-wait', 9999999);
Enable AJAX in the AjaxBehaviorTest
None.
None.
None.
Closed: won't fix
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Since this is in the 2.x version of facets and it is regarding ajax, I'm going to close this issue. We are only supporting ajax with views in facets 3.x.