D4-7: add UI tests for translation validation, find duplicates, git diff, menu toolbar, import analysis

This commit is contained in:
2026-05-30 20:41:06 +02:00
parent c30757b3b7
commit 360a8d971a
4 changed files with 473 additions and 5 deletions

View File

@@ -89,6 +89,12 @@ defmodule BDS.Desktop.ImportShellLiveTest do
refute html =~ ~s(name="mapped_to")
refute html =~ "Desktop workbench content routed through the Elixir shell."
assert html =~ "Legacy Blog"
assert html =~ "https://legacy.example"
assert html =~ ~s(class="import-stat-cards")
assert html =~ "Macros (1)"
assert html =~ ~s(class="import-execute-btn")
_html =
view
|> element("form:has(input[value='conflict-me'])")