Skip to content

Commit

Permalink
test: remove webdrivers gem from dummy app (#381)
Browse files Browse the repository at this point in the history
* test: remove `webdrivers` gem from dummy app

* ci: explicitly setup Node
  • Loading branch information
G-Rath authored Nov 23, 2023
1 parent e272496 commit 556f92c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dummy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: '16'
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1.2'
Expand Down
2 changes: 0 additions & 2 deletions spec/dummy/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ group :test do
gem "capybara", "~> 3.39.1"
# gem 'capybara-webkit'
gem "selenium-webdriver", ">= 4.9"
# Easy installation and use of web drivers to run system tests with browsers
gem "webdrivers"
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down

0 comments on commit 556f92c

Please sign in to comment.