Skip to content

Commit

Permalink
add required phantomjs
Browse files Browse the repository at this point in the history
Signed-off-by: Dheeraj Singh Dubey <dhsingh@progress.com>
  • Loading branch information
dheerajd-msys committed Jan 30, 2023
1 parent 66a4296 commit 6dc0fcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/supermarket/spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
require "capybara/poltergeist"
require "capybara-screenshot/rspec"
require "factory_bot_rails"
require "phantomjs"
require "simplecov"
SimpleCov.start

Expand All @@ -34,6 +35,7 @@
app,
phantomjs_logger: error_logger,
timeout: 90,
phantomjs: Phantomjs.path,
# set to a width larger than the medium range defined in variables.scss
# so that tests the navmenu appears at the top of the window, otherwise
# capybara will complain about
Expand Down

0 comments on commit 6dc0fcf

Please sign in to comment.