We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff829d commit 4396585Copy full SHA for 4396585
src/LiveComponent/tests/Functional/EventListener/AddLiveAttributesSubscriberTest.php
@@ -85,8 +85,8 @@ public function testItAddsIdAndFingerprintToChildComponent(): void
85
86
$lis = $ul->children('li');
87
// deterministic id: should not change, and counter should increase
88
- $this->assertSame('live-2816377500-0', $lis->first()->attr('data-live-id'));
89
- $this->assertSame('live-2816377500-2', $lis->last()->attr('data-live-id'));
+ $this->assertSame('live-3649730296-0', $lis->first()->attr('data-live-id'));
+ $this->assertSame('live-3649730296-2', $lis->last()->attr('data-live-id'));
90
91
// fingerprints
92
// first and last both have the same input - thus fingerprint
0 commit comments