Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
TraceyOnim committed Mar 29, 2024
1 parent dfbf93f commit d68fbc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/quadblockquiz_web/live/tetris_live_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defmodule QuadblockquizWeb.TetrisLiveTest do

html = render_keydown(view, "keydown", %{"key" => " "})
assert html =~ "button phx-click=\"unpause\">Continue</button>"
assert html =~ "<div class=\"phx-modal-content\">"
assert html =~ "<button phx-click=\"endgame\">End Game</button>"
end

test "player can see categories of topics to select", %{conn: conn} do
Expand Down

0 comments on commit d68fbc9

Please sign in to comment.