fix: more alignment

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-26 07:58:44 +02:00
parent 2891e96069
commit 60bacd84f0
3 changed files with 41 additions and 0 deletions

View File

@@ -54,6 +54,14 @@ defmodule BDS.Desktop.ShellLiveTest do
assert html =~ ~s(data-region="panel")
refute html =~ ~s(class="panel-shell is-hidden")
assert html =~ ~s(data-testid="panel-close")
html =
view
|> element("[data-testid='panel-close']")
|> render_click()
assert html =~ ~s(class="panel-shell is-hidden")
html =
view