diff --git a/resources/runner/drupal.yml b/resources/runner/drupal.yml index c8ac4b25fdd008c1292954b9861bc1214c1dd665..aaf403e800f48da7b0b2c4c208b9142cd698098e 100644 --- a/resources/runner/drupal.yml +++ b/resources/runner/drupal.yml @@ -215,7 +215,7 @@ drupal: ]; // Location of the site configuration files. $settings['config_sync_directory'] = '../config/sync'; - $settings['config_readonly'] = FALSE; // !file_exists(getcwd() . '/../disable-config-readonly'); + $settings['config_readonly'] = !file_exists(getcwd() . '/../disable-config-readonly'); Testing configuration alters: | // The video from the home page interacts with Selenium tests. $config['page_manager.page_variant.homepage-layout_builder-0']['variant_settings']['sections'][4]['components']['6ab0ceea-4541-4153-8b64-227e02369d30']['configuration']['text'] = 'Some joinup video';