screen_size: [1400, 1400] end require "application_system_test_case" class PostsTest < ApplicationSystemTestCase test "visiting the index" do visit posts_url assert_selector "h1", text: "Post" end end
screen_size: [1400, 1400] end require "application_system_test_case" class PostsTest < ApplicationSystemTestCase test "visiting the index" do visit posts_url assert_selector "h1", text: "Post" end end
using: :chrome, screen_size: [1400, 1400], options: {url:"http://chrome:4444/wd/hub"} def setup host! "http://#{IPSocket.getaddress(Socket.gethostname)}" super end end
using: :chrome, screen_size: [1400, 1400], options: {url:"http://chrome:4444/wd/hub"} def setup host! "http://#{IPSocket.getaddress(Socket.gethostname)}" super end end
using: :chrome, screen_size: [1400, 1400], options: {url:"http://chrome:4444/wd/hub"} def setup host! "http://#{IPSocket.getaddress(Socket.gethostname)}" super end end