From d464a7697bf9defc471d0c3fdac07ce8ae6261bd Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Sun, 7 Jul 2024 11:50:50 +0300 Subject: [PATCH] Issue #3458615: Update Drupal Core to ~10.3.0 and ~11.0.0 with support for recipes in Varbase Profile version requirements --- behat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/behat.yml b/behat.yml index 0a8283a5..8bb777c5 100644 --- a/behat.yml +++ b/behat.yml @@ -49,7 +49,7 @@ default: performance: ALL browser: ALL chromeOptions: - w3c: false + w3c: true args: - "--headless" - "--start-maximized" -- GitLab