Skip to content

Commit

Permalink
Feature/601 people dropdown (#610)
Browse files Browse the repository at this point in the history
* add stimulus controller to redirect with 2nd select with normal link to syntax

* update people show

* rename controller to dropdown_controller.js

* create 2nd run proifle

* show dropdown as partial and select correct default value

* add tests

* clean up

* fix pipeline

* update pry-byebug and specify feature as target for headless test

* add husky

* fix npm config

* fix capybara config

* fix pipeline

* fix pipeline

* add chrome to github action

* fix pipeline

* fix pipeline

* fix pipeline

* fix pipeline

* fix pipelien

* use specific chrome

* fix pipelien

* fix pipeline

* fix pipeline

* update gemfile

* fix pipeline

* fix pipeliebn

* fix pipeline

* reuse chrome

* inshalla

* fasdf

* clean up

* clean up

* clean up

* fix typo

* resolve conversations from PR

---------

Co-authored-by: Yanick Minder <[email protected]>
  • Loading branch information
kcinay055679 and kcinay055679 authored Feb 23, 2024
1 parent 45f72a8 commit 1a17c42
Show file tree
Hide file tree
Showing 18 changed files with 1,090 additions and 1,822 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict = true
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ group :test do
gem 'capybara'
gem 'selenium-webdriver'
gem 'simplecov'
gem 'webdrivers'
# Use fixed version of webdrivers to avoid compatibility issues with chrome and chromedriver
gem 'webdrivers', '~> 5.3', '>= 5.3.1'
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
Loading

0 comments on commit 1a17c42

Please sign in to comment.