mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-29 15:48:03 +02:00
Reformulate driver definition section
Signed-off-by: Julien Boyer <julien@larevolution.re> Signed-off-by: sitarane <julien@larevolution.re>
This commit is contained in:
parent
05bff78bce
commit
48d55ecae6
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ First, uncomment the chrome-server service in the docker-compose.yml
|
||||||
|
|
||||||
Rails expects the browser to be local. We need to point it to the chrome-server.
|
Rails expects the browser to be local. We need to point it to the chrome-server.
|
||||||
|
|
||||||
Add the options to the driver definition in test/application_system_test_case.rb
|
Adapth the driver definition in test/application_system_test_case.rb
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
driven_by :selenium, using: :headless_chrome, screen_size: [1400, 1400], options: {
|
driven_by :selenium, using: :headless_chrome, screen_size: [1400, 1400], options: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue