fix: issue #1 button styling
This commit is contained in:
@@ -94,7 +94,7 @@ defmodule BDS.Desktop.ImportShellLiveTest do
|
||||
assert html =~ "https://legacy.example"
|
||||
assert html =~ ~s(class="import-stat-cards")
|
||||
assert html =~ "Macros (1)"
|
||||
assert html =~ ~s(class="import-execute-btn")
|
||||
assert html =~ ~s(class="import-execute-btn primary ui-button ui-button-primary")
|
||||
|
||||
_html =
|
||||
view
|
||||
|
||||
@@ -446,8 +446,10 @@ defmodule BDS.Desktop.ShellLiveTest do
|
||||
|
||||
assert shell_html =~ ~s(class="assistant-sidebar-context flex shrink-0 flex-col gap-2")
|
||||
assert shell_html =~ ~s(class="assistant-sidebar-prompt min-h-[8rem] w-full resize-y")
|
||||
assert shell_html =~ ~s(class="assistant-sidebar-start-button ui-button ui-button-primary")
|
||||
assert shell_html =~ ~s(class="assistant-sidebar-welcome min-h-0 flex-1 overflow-auto")
|
||||
assert shell_html =~
|
||||
~s(class="assistant-sidebar-start-button primary ui-button ui-button-primary")
|
||||
refute shell_html =~ "assistant-sidebar-welcome"
|
||||
refute shell_html =~ "assistant-card"
|
||||
|
||||
assert media_html =~
|
||||
"class=\"editor-content media-editor grid min-h-0 flex-1 gap-4 overflow-auto p-4 xl:grid-cols-[minmax(320px,1fr)_minmax(0,1.2fr)]\""
|
||||
|
||||
Reference in New Issue
Block a user