Skip to content

Commit

Permalink
[DPEDE-3357] Fix app-layout test
Browse files Browse the repository at this point in the history
  • Loading branch information
josecarlosgonzalezv committed Feb 13, 2025
1 parent 8fcabb8 commit 93db345
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion test/chi/components/app-layout.pug
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ title: App Layout
.chi-main
.chi-main__alert
.chi-alert.-info(role='alert')
i.chi-alert__icon.chi-icon.icon-circle-info(aria-hidden='true')
i.chi-alert__icon.chi-icon(aria-hidden='true')
svg(xmlns='http://www.w3.org/2000/svg' xmlnsxlink='http://www.w3.org/1999/xlink' aria-hidden='true')
use(xlink:href='#icon-circle-info')
.chi-alert__content
p.chi-alert__text This is a page level info alert
.chi-main__header
Expand Down

0 comments on commit 93db345

Please sign in to comment.