MDL-80831 behat: Re-enable target-size rule for accessibility tests

This commit is contained in:
Jun Pataleta 2024-03-07 22:56:54 +08:00
parent d32844ce29
commit 89c6376fcc
No known key found for this signature in database
GPG Key ID: F83510526D99E2C7

View File

@ -218,12 +218,6 @@ EOF;
'type' > 'tag',
'values' => array_merge($standardtags, $extratags),
],
// TODO: MDL-80831 - Disable the target-size rule for now until we start working towards WCAG 2.2 Level AA compliance.
'rules' => [
'target-size' => [
'enabled' => false,
],
],
]);
}
}