Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 4350e87

Browse files
author
Matthias Pfefferle
committed
removed id
1 parent 378f1b2 commit 4350e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-rendering.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function test_facepile_fold() {
5656
$person_0 = strpos( $html, '<a class="u-url" title="Person 0 liked this Article on example.com."' );
5757
$person_1 = strpos( $html, '<a class="u-url" title="Person 1 liked this Article on example.com."' );
5858
$person_2 = strpos( $html, 'additional-facepile' );
59-
$ellipsis = strpos( $html, '<li id="toggle-additional-facepiles" class="single-mention mention-ellipsis">' );
59+
$ellipsis = strpos( $html, '<li class="toggle-additional-facepiles">' );
6060
$this->assertGreaterThan( 0, $person_0 );
6161
$this->assertGreaterThan( $person_0, $person_1 );
6262
$this->assertGreaterThan( $person_1, $person_2 );

0 commit comments

Comments
 (0)