diff --git a/packages/e2e-tests/plugins/interactive-blocks/router-styles-wrapper/render.php b/packages/e2e-tests/plugins/interactive-blocks/router-styles-wrapper/render.php
index 6373e8e9bc235b..683db9eea5c4c7 100644
--- a/packages/e2e-tests/plugins/interactive-blocks/router-styles-wrapper/render.php
+++ b/packages/e2e-tests/plugins/interactive-blocks/router-styles-wrapper/render.php
@@ -7,6 +7,17 @@
* @phpcs:disable VariableAnalysis.CodeAnalysis.VariableAnalysis.UndefinedVariable
*/
+add_action(
+ 'wp_enqueue_scripts',
+ function () {
+ wp_enqueue_style(
+ 'wrapper-styles-from-link',
+ plugin_dir_url( __FILE__ ) . 'style-from-link.css',
+ array()
+ );
+ }
+);
+
$wrapper_attributes = get_block_wrapper_attributes();
?>
>
@@ -38,6 +49,12 @@
All
+
+
+