Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@setoelkahfi
/
tower-of-bazel
tower-of-bazel
/
backend
/
app
/
test
/
application_system_test_case.rb
Code
Commits
Issues
Pulls
Sessions
CI/CD
feature/share-libs
feature/share-libs
main
rb
5 lines
157 Bytes
Copy permalink
Copy
Raw
1
require
"test_helper"
2
3
class
ApplicationSystemTestCase
<
ActionDispatch
::
SystemTestCase
4
driven_by
:selenium
,
using: :chrome
,
screen_size:
[
1400
,
1400
]
5
end