-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update gems * show a /docs page in the Development environment * comment on tables and fields * translate characters allowed and remaining * add seeds for digital service accounts and products * change id to class for form privacy element, in case 2 or more forms are embedded on a webpage * begin icon_checkboxes element * remove role="group" per w3c checker * deactivate users after 30 days, instead of 90 days; per SSPP * refactor to exclude experimental ServiceProvider fields * update browser-tools for circle ci
- Loading branch information
1 parent
84b3cf0
commit c455367
Showing
38 changed files
with
425 additions
and
231 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# | ||
version: 2.1 | ||
orbs: | ||
browser-tools: circleci/[email protected].3 | ||
browser-tools: circleci/[email protected].4 | ||
|
||
jobs: | ||
build: | ||
|
@@ -26,7 +26,9 @@ jobs: | |
working_directory: ~/repo | ||
|
||
steps: | ||
- browser-tools/install-browser-tools | ||
- run: sudo apt-get update | ||
- browser-tools/install-chrome: # required for selenium used by tachometer benchmark smoke tests | ||
chrome-version: 116.0.5845.96 | ||
|
||
- checkout | ||
|
||
|
@@ -46,13 +48,6 @@ jobs: | |
- run: bundle exec rake db:create | ||
- run: bundle exec rake db:schema:load | ||
|
||
# Install chrome driver | ||
- run: | ||
name: Setup Chrome | ||
command: | | ||
wget https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_114.0.5735.198-1_amd64.deb | ||
sudo apt install ./google-chrome-stable_114.0.5735.198-1_amd64.deb | ||
# run tests! | ||
- run: | ||
name: run tests | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.