diff --git a/Test/Integration/ProductPageVideoUrlTest.php b/Test/Integration/ProductPageVideoUrlTest.php index 2f582ee..f1bfed0 100644 --- a/Test/Integration/ProductPageVideoUrlTest.php +++ b/Test/Integration/ProductPageVideoUrlTest.php @@ -18,6 +18,6 @@ public function testVideoUrlIsChangedOnConfigurableProductPage(): void $body = $this->getResponse()->getBody(); self::assertStringNotContainsString('youtube.com', $body); self::assertStringNotContainsString('youtu.be', $body); - self::assertStringNotContainsString('youtube-nocookie.com', $body); + self::assertStringContainsString('youtube-nocookie.com', $body); } }