We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe83eab commit 21aa41dCopy full SHA for 21aa41d
1 file changed
tests/functional/google_analytics_test.php
@@ -82,6 +82,6 @@ public function test_set_acp_settings()
82
public function test_google_analytics_code()
83
{
84
$crawler = self::request('GET', 'index.php');
85
- $this->assertContains($this->sample_ga_code, $crawler->filter('head > script')->text());
+ $this->assertContains($this->sample_ga_code, $crawler->filter('head > script')->eq(1)->text());
86
}
87
0 commit comments