Lower PostgreSQL GitHub Action Chrome Version to Address Breaking Changes Between Latest Chrome Version (134) and `/features` Tests by aaronskiba · Pull Request #3491 · DMPRoadmap/roadmap
Conversation
Fixes # (Only a temporary fix for #3485)
Changes proposed in this PR:
- Replace image-bundled Chrome version with Chrome version 128
- This change addresses the breaking changes encountered between Chrome version 134 and our
/featurestests - NOTE: This change should be reverted once are
/featurestests are working with the latest Chrome version
- This change addresses the breaking changes encountered between Chrome version 134 and our
- Refactored
spec/features/modal_search_spec.rbto allow both tests within the file to share the same modal logic- This solved an issue where one of the two tests was repeatedly failing to close the modal: https://github.com/DMPRoadmap/roadmap/actions/runs/13977354846/job/39134312551
- Performed some additional refactoring as well to avoid any Rubocop offences.
- This change provides a temporary workaround for the following GitHub Issue: #3485 - This commit should be reverted once our tests are able to run successfully with the latest version of Chrome.
aaronskiba
changed the title
TEMP: Lower Chrome Version for Postgres GH Action
Lower PostgreSQL GitHub Action Chrome Version to Address Breaking Changes Between Latest Chrome Version (134) and /features Tests
This change refactors `spec/features/modal_search_spec.rb` by adding a method which contains the modal logic shared between both of the tests within the file.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The temporary Chrome downgrade sorts the failing test issues on Github. The refactoring suggested by Rubocop has been done.
aaronskiba
deleted the
aaron/issues/downgrade-chrome
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters