fix(test): e2e accessibility test fail

pull/7497/head
Andelf 2022-11-28 14:46:38 +08:00 committed by Tienson Qin
parent 9f66c25240
commit 91eced93d0
1 changed files with 3 additions and 2 deletions

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)