Skip to content

Commit

Permalink
Add Int tests, DEV-367
Browse files Browse the repository at this point in the history
  • Loading branch information
iranimij committed Feb 5, 2024
1 parent 7539d1b commit 4eb01fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/Integration/ProductPageVideoUrlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

0 comments on commit 4eb01fd

Please sign in to comment.