Swap standardrb for "the menu"...

This commit is contained in:
Andrew Tomaka 2024-06-21 21:58:57 -04:00
parent 77e7c652a1
commit aa2df2e61d
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
9 changed files with 28 additions and 23 deletions

View file

@ -3,5 +3,5 @@ require "test_helper"
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
driven_by :selenium,
using: ENV["VISIBLE_SYSTEM_TESTS"].present? ? :chrome : :headless_chrome,
screen_size: [1400, 1400]
screen_size: [ 1400, 1400 ]
end