Shen Yang
Shen Yang
## Description ensure each test in `spec/system/users/edit_spec.rb` is checking for database updates after the page has finished loading after a submit See: https://github.com/rubyforgood/casa/pull/6305 for an example Other improvements to tests...
## Description ensure each test in `spec/system/notifications/index_spec.rb` is checking for database updates after the page has finished loading after a submit See: https://github.com/rubyforgood/casa/pull/6305 for an example Other improvements to tests...
## Description ensure each test in `spec/system/reimbursements/reimbursements_spec.rb` is checking for database updates after the page has finished loading after a submit See: https://github.com/rubyforgood/casa/pull/6305 for an example Other improvements to tests...
## Impacted Users - contributing developers ## Environment Github Continuous Integration(CI) ## Problem When github's free CI servers are under heavy load, a race condition between the page loading and...
## Impacted User Types - admins ## Expected Behavior A warning showing "Sorry, you are not authorized to perform that action." is shown before an admin can edit a contact...
## Description ensure each test in `spec/system/learning_hours/edit_spec.rb` is checking for database updates after the page has finished loading after a submit See: https://github.com/rubyforgood/casa/pull/6305 for an example Other improvements to tests...
 dependencies in `package.json` ``` "dependencies": { "vue": "^3.5.13" }, "devDependencies": { "@tsconfig/node22": "^22.0.1", "@types/node": "^22.14.0", "@vitejs/plugin-vue": "^5.2.3", "@vue/compiler-sfc": "^3.5.16", "@vue/tsconfig": "^0.7.0", "npm-run-all2": "^7.0.2", "typescript": "~5.8.0", "vite": "^6.2.4", "vite-plugin-vue-devtools": "^7.7.2",...
## What type(s) of user does this feature affect? - admins? ## Description The admin dashboard's table for monitoring supervisors' cases isn't [responsive.](https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/CSS_layout/Responsive_Design) Make the data display cleanly on the...