Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #12358 +/- ##
=========================================
Coverage 21.67% 21.67%
Complexity 9620 9620
=========================================
Files 268 268
Lines 36164 36164
Branches 486 486
=========================================
Hits 7837 7837
Misses 27845 27845
Partials 482 482
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
#12287 caused this. I can help look into it later tonight/tomorrow if you'd like. |
|
The main thing I need is to see if the TAGrading test is failing because it's not being updated (and the values are reflecting that) or something else. |
In the original PR, I was messing around with the CSS classes. I realized that a lot of the JS logic uses .cell-grade, so I reverted most of my changes, but forgot this one.
|
@IDzyre The TA Grading tests are now passing locally for me with this change. The |
Why is this Change Important & Necessary?
We want to keep the tests passing as much as we can, recently a couple of PRs caused tests to fail on main (and every PR).
What is the New Behavior?
The JavaScript tests, and the Cypress tests now pass.
What steps should a reviewer take to reproduce or test the bug or new feature?
See that the tests pass in CI, and if you want to, run
submitty_test jsin your VM, and run the Cypress tests