Move close button out of right sidebar content

This commit is contained in:
Anton Khorev 2025-03-08 18:15:17 +03:00
parent e6edca07dd
commit 0b207537de
4 changed files with 13 additions and 9 deletions

View file

@ -16,7 +16,7 @@ class IndexTest < ApplicationSystemTestCase
visit node_path(node)
find(".icon.share").click
assert_no_selector "#content.overlay-right-sidebar"
find(".share-ui .btn-close").click
find("#map-ui .btn-close").click
assert_selector "#content.overlay-right-sidebar"
end