spree_dev_tools 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/spree_dev_tools/rspec/support/capybara.rb +1 -1
- data/lib/spree_dev_tools/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f5f30a00bba4fa3f37fb19e03333da1dba8bf8dbff7e4d30b92e02659dbc03b5
|
4
|
+
data.tar.gz: 5f629cf20585eba5d8c685f29a95c7d693179c5b367ef572edafcdadbcd9a166
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f0977dc5d600f83879a873395854b2f53621de51acae74f5ccb97f5ac1b9f0f6ea10c29d27bec58ec71cf176938f3d1ddf48efe0d2b9645b1bfc067aa4283bf
|
7
|
+
data.tar.gz: 74fd4d15ad566f86bc9361d7c7741307f58f2b65bb433ed2eb426ea47ab95d000e8769b1837996921a1bcc000ff8b3924d5258a59c05a01627044fe5b42bdec3
|
@@ -11,7 +11,7 @@ RSpec.configure do
|
|
11
11
|
Capybara::Selenium::Driver.new app,
|
12
12
|
browser: :chrome,
|
13
13
|
options: Selenium::WebDriver::Chrome::Options.new(
|
14
|
-
args: %w[headless disable-gpu window-size=1920,1080
|
14
|
+
args: %w[no-sandbox disable-dev-shm-usage disable-popup-blocking headless disable-gpu window-size=1920,1080 --enable-features=NetworkService,NetworkServiceInProcess --disable-features=VizDisplayCompositor],
|
15
15
|
log_level: :error
|
16
16
|
)
|
17
17
|
end
|