From 48d55ecae6ee1adf40df40e1fddfa2151be3cc7d Mon Sep 17 00:00:00 2001 From: Julien Boyer Date: Thu, 3 Aug 2023 19:57:04 +0200 Subject: [PATCH] Reformulate driver definition section Signed-off-by: Julien Boyer Signed-off-by: sitarane --- official-documentation-samples/rails/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/official-documentation-samples/rails/README.md b/official-documentation-samples/rails/README.md index b216425..81cbd94 100644 --- a/official-documentation-samples/rails/README.md +++ b/official-documentation-samples/rails/README.md @@ -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. -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 driven_by :selenium, using: :headless_chrome, screen_size: [1400, 1400], options: {