fix(test): e2e accessibility test fail

This commit is contained in:
Andelf
2022-11-28 14:46:38 +08:00
committed by Tienson Qin
parent 9f66c25240
commit 91eced93d0

View File

@@ -250,10 +250,11 @@
content]]
[:div.ml-4.flex-shrink-0.flex
[:button.inline-flex.text-gray-400.focus:outline-none.focus:text-gray-500.transition.ease-in-out.duration-150.notification-close-button
{:on-click (fn []
{:aria-label "Close"
:on-click (fn []
(notification/clear! uid))}
(icon "x" {:fill "currentColor"})]]]]]]])))
(icon "x" {:fill "currentColor"})]]]]]]])))
(declare button)