Beverly Nguyen
a6ac7086da
fixing console errors
2024-08-07 15:48:35 -07:00
Beverly Nguyen
f65655e56c
fixing console errors
2024-08-07 15:42:46 -07:00
Beverly Nguyen
4bfbd9f71f
fixing console errors
2024-08-07 15:27:43 -07:00
Beverly Nguyen
65d339fb8a
fix jest testing errors
2024-08-07 15:16:09 -07:00
Jonathan Bobel
20ab840f27
removing console.logs
2024-07-18 15:42:32 -04:00
Jonathan Bobel
2029c64ea6
case issue was failing the build
2024-07-18 15:39:30 -04:00
Jonathan Bobel
afd82f3742
Separated the js to make it easier to test
2024-07-18 15:27:17 -04:00
Jonathan Bobel
2e81f6f45a
Checking if the threshold is why this branch is failing
2024-07-18 13:14:36 -04:00
Jonathan Bobel
47bb1e4c8c
Test updates - still need more coverage
2024-07-18 12:36:49 -04:00
Jonathan Bobel
ba2b5fea37
Merge branch '1544-data-viz-total-message-allowance' into 1484-dashboard-visualizations
...
# Conflicts:
# app/assets/sass/uswds/_data-visualization.scss
# app/assets/sass/uswds/styles.scss
# app/templates/views/dashboard/dashboard.html
# app/templates/views/dashboard/template-statistics.html
# gulpfile.js
# package-lock.json
2024-07-17 11:23:53 -04:00
Jonathan Bobel
7f288598ba
Deleting chart.js
...
Updates to the dashboard html
Test updates
2024-07-10 10:13:24 -04:00
Jonathan Bobel
2e20b20912
Updates to the test
2024-07-05 15:23:34 -04:00
Jonathan Bobel
731a79fff8
Passed the testing threshold
2024-06-27 14:12:53 -04:00
Jonathan Bobel
149c23b721
Updates to the tests, committing as they currently run but I need to work on the coverage
2024-06-27 11:01:31 -04:00
Jonathan Bobel
c02c9152d8
Writing tests for chartDashboard.js
2024-06-05 11:25:15 -04:00
Jonathan Bobel
0ae369d54b
Updated the date to April 16th instead of April 9
2024-03-12 13:27:37 -04:00
Jonathan Bobel
507973f9ae
Edited the test, updated content
2024-03-01 09:34:25 -05:00
Jonathan Bobel
d5f40dffe1
Commit before merge
2024-02-27 11:53:51 -05:00
stvnrlly
73b367f4cf
delete cookie stuff to even out js converage
2023-12-18 16:30:59 -05:00
stvnrlly
f600dd95d6
remove email branding
2023-12-18 16:10:12 -05:00
Carlo Costino
a46a21a519
Revert recent changes for window location updates
...
There are a few other things at play that will require more investigation at a future date:
- Why window.location.assign() or history.pushState() do not work
- If any other config or polyfills are needed with JSDOM
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2023-10-12 10:00:30 -04:00
Andrew Shumway
93ac55ce35
Separate logout by user or inactivity
2023-10-02 15:20:23 -06:00
Andrew Shumway
00db493305
Clean up code/tests
2023-10-02 14:48:35 -06:00
Andrew Shumway
020dc871f7
Added test for code coverage
2023-10-02 09:18:30 -06:00
Carlo Costino
57f2ee798b
Made several adjustments for session timer tests
...
- Turned the timeoutPopup module into a proper module that is exported
- Pulled out the setInterval inner function to be its own method
- Adjusted the session timer tests to have additional setup and teardown pieces
- Added a few tests
There may be some additional adjustments needed, e.g., we may not have to expose all of the methods, but then we have to figure out how to make them accessible in the tests another way.
h/t @A-Shumway42 for pairing with me to review all of these changes and approach!
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2023-09-28 15:31:08 -04:00
Andrew Shumway
8ab49f72ae
Remove unused function in test
2023-09-27 11:47:52 -06:00
Andrew Shumway
d856e39484
Create export of session timer for tests
2023-09-14 08:56:46 -06:00
Andrew Shumway
f257a38084
Refactor code/initial tests
2023-09-13 12:44:40 -06:00
Jonathan Bobel
67c8bef7aa
Trying to change govukFieldset but I keep getting testing errors
2023-08-31 14:57:45 -04:00
Jonathan Bobel
2e16d8d31b
Updates after merging black
2023-08-28 12:12:21 -04:00
Jonathan Bobel
8ab550a22f
Radio buttons and list edits
2023-08-25 15:31:44 -04:00
Jonathan Bobel
8b3807da3c
Removing the govuk-body class
2023-08-25 11:49:13 -04:00
Jonathan Bobel
a388178e2a
Removing or changing more govuk styles
2023-08-25 10:40:56 -04:00
Jonathan Bobel
966e929d47
Got the tests to work
2023-08-23 11:24:35 -04:00
Jonathan Bobel
a4fc40bcba
Renamed components folder, put failing tests back in to get some assistance with those
2023-08-22 12:40:53 -04:00
Jonathan Bobel
51fde90f79
A few clean-up items in the Platform Admin section
2023-08-18 11:30:30 -04:00
Jonathan Bobel
a574fc7b3a
Working through the Platform Admin section
2023-08-17 15:13:26 -04:00
Jonathan Bobel
d66ff27bae
Merge branch 'main' of https://github.com/GSA/notifications-admin into 686-remove-uk-styles
...
# Conflicts:
# app/assets/stylesheets/main.scss
# app/templates/views/find-users/user-information.html
# app/templates/views/two-factor-webauthn.html
# app/templates/views/user-profile/manage-security-key.html
# app/templates/views/user-profile/security-keys.html
# gulpfile.js
2023-08-15 13:29:39 -04:00
Jonathan Bobel
6b22c347da
Got the tests to pass, so doing a commit
2023-08-15 13:22:39 -04:00
Carlo Costino
9e609efa1c
Remove webauthn hooks
...
This changeset removes webauthn from the Notify.gov admin app. We are not using webauthn at all in our implementation and will be looking at an entirely different authentication system in the near future.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2023-08-14 16:59:38 -04:00
Jonathan Bobel
1be305d045
Reworking checkboxes to adhere to USWDS styling
2023-08-14 10:35:11 -04:00
Jonathan Bobel
348e29fb40
- Removed links to the gov uk stylesheets
...
- Deleted /stylesheets folder
- Removed sass build from gulpfile
- Changed gov links to usa links
- Changed other govuk styles, like breadcrumbs
- Changed name of uk_components file to us_components
- Fixed a few tests that broke on account of the changes
2023-08-08 16:19:17 -04:00
Jonathan Bobel
bbc03d2ddb
Deleting instead of commenting out
2023-07-14 10:39:12 -04:00
Jonathan Bobel
f11746324d
Changing white space to try to kick this test off again
2023-07-13 12:54:40 -04:00
Jonathan Bobel
e2ba5e5bb7
Commenting out this test
2023-07-13 10:46:15 -04:00
Jonathan Bobel
1da906279f
Removed links to the sticky javascript, but didn't remove altogether
2023-07-12 15:43:21 -04:00
Jonathan Bobel
f266084ddb
Test passed, good time to commit
2023-06-16 14:55:24 -04:00
Steven Reilly
da623c87d6
Add Google Tag Manager for analytics ( #541 )
2023-06-12 13:52:38 -04:00
Jonathan Bobel
e0d2d74067
Update dashboard and template flow ( #514 )
...
* Updated header and footer
* Moved files around and updated gulpfile to correct the build process when it goes to production
* Updated fonts
* Adjusted grid templating
* Adding images to assets
* Updated account pages, dashboard, and pages in message sending flow
* Updated the styling for the landing pages in the account section once logged in
2023-06-08 13:12:00 -04:00
Steven Reilly
454b778582
Cookie streamlining ( #493 )
...
* remove cookie banner
* remove form from cookies.html
* move cookie content to privacy page
2023-05-03 15:33:27 -04:00