Modal:Without Title

Build 7 on feat/ui-improvements-dark-mode-collapse
Reviewing disabled
View latest build
BaselineBuild 3 on feat/ui-improvements-dark-mode-collapse
View Storybook
LatestBuild 7 on feat/ui-improvements-dark-mode-collapse
View Storybook
Baseline History
Build 75c6103b
Current build. There are unaccepted changes, so build 3 is still the baseline.
Build 34b50d03 current baseline
Accepted by Rogério do Carmo.
Give each ARIA dialog or alertdialog a title or accessible name. Learn how to resolve this violation
Snapshot of test

Fix any of the following:

aria-label attribute does not exist or is empty

aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty

Element has no title attribute

Element
<div role="dialog" aria-modal="true" tabindex="-1" class="relative w-full max-w-4xl max-h-[90vh] flex flex-col rounded-lg bg-white shadow-xl dark:bg-gray-800">
Selector
.relative