Commit c3110f5b authored by Shashwat Purav's avatar Shashwat Purav Committed by Markus Kalkbrenner
Browse files

Issue #3271279 by Shashwat Purav: Double occurrences of word "the"

parent 083f7d4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -183,7 +183,7 @@ class HierarchicalFacetIntegrationTest extends FacetsTestBase {
    $this->assertSession()->linkNotExists('Child 3');
    $this->assertSession()->linkNotExists('Child 4');

    // Click the the parent and make sure its children are not active, too.
    // Click the parent and make sure its children are not active, too.
    $this->clickLink('Parent 1');
    $this->checkFacetIsNotActive('Parent 1');
    $this->assertSession()->linkNotExists('Child 1');