create a larger and more central piece promotion selection

This commit is contained in:
2026-06-21 21:04:21 +02:00
parent c999c545a8
commit 63bcdf9356
3 changed files with 54 additions and 41 deletions
@@ -9,6 +9,7 @@ defmodule ChesstrainerWeb.ErrorHTMLTest do
end
test "renders 500.html" do
assert render_to_string(ChesstrainerWeb.ErrorHTML, "500", "html", []) == "Internal Server Error"
assert render_to_string(ChesstrainerWeb.ErrorHTML, "500", "html", []) ==
"Internal Server Error"
end
end