I hereby claim:
- I am juno on github.
- I am junya (https://keybase.io/junya) on keybase.
- I have a public key ASC-2wMUGk2qMKvnr_uLT3N-Uo2lASFifGK9z0ZyAi9eQgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
# frozen_string_literal: true | |
PG_DATABASE_NAME = "test_ar_range" | |
begin | |
require "bundler/inline" | |
rescue LoadError => e | |
$stderr.puts "Bundler version 1.10 or later is required. Please update your Bundler" | |
raise e | |
end |
driven_by( | |
:selenium, | |
using: :chrome, | |
screen_size: [1400, 900], | |
options: { | |
desired_capabilities: { | |
chromeOptions: { | |
args: %w[headless disable-gpu], | |
prefs: { | |
'modifyheaders.headers.name' => 'Accept-Language', |
.slide_preview::-webkit-scrollbar { | |
background: #eee; | |
width: 7px; | |
} | |
.slide_preview::-webkit-scrollbar-button { | |
background: #666; | |
height: 5px; | |
width: 5px; | |
} | |
.slide_preview::-webkit-scrollbar-piece { |
RICE: Simple prioritization for product managers - Inside Intercom https://blog.intercom.com/rice-simple-prioritization-for-product-managers/