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

Commit 3421645

Browse files
Update test_facepile_fold() test
1 parent 1f211d5 commit 3421645

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
@@ -55,7 +55,7 @@ public function test_facepile_fold() {
5555
$person_0 = strpos( $html, '<a class="u-url" title="Person 0 liked this Post on example.com."' );
5656
$person_1 = strpos( $html, '<a class="u-url" title="Person 1 liked this Post on example.com."' );
5757
$person_2 = strpos( $html, 'additional-facepile' );
58-
$ellipsis = strpos( $html, '<li class="toggle-additional-facepiles">' );
58+
$ellipsis = strpos( $html, '<button class="show-additional-facepiles">' );
5959
$this->assertGreaterThan( 0, $person_0 );
6060
$this->assertGreaterThan( $person_0, $person_1 );
6161
$this->assertGreaterThan( $person_1, $person_2 );

0 commit comments

Comments
 (0)