Modal:Without Title

Build 12 on develop
Reviewing disabled
View latest build
BaselineBuild 3 on feat/ui-improvements-dark-mode-collapse
View Storybook
LatestBuild 12 on develop
View Storybook
Baseline History
Build 1236059ee current baseline
Current build. Accepted by Rogério do Carmo.
Build 34b50d03
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