Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BoxesView: Implement Loading/Error Handling #1094

Merged
merged 3 commits into from
Nov 3, 2023

Conversation

vahidbazzaz
Copy link
Contributor

  • implement error handling
  • add test case 4.8.1

@vahidbazzaz
Copy link
Contributor Author

@vahidbazzaz vahidbazzaz marked this pull request as ready for review November 3, 2023 13:25
Copy link

codecov bot commented Nov 3, 2023

Codecov Report

Merging #1094 (8bbdffd) into master (77c0219) will increase coverage by 1.29%.
Report is 30 commits behind head on master.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #1094      +/-   ##
==========================================
+ Coverage   71.75%   73.05%   +1.29%     
==========================================
  Files         289      289              
  Lines        7428     7429       +1     
  Branches     1560     1561       +1     
==========================================
+ Hits         5330     5427      +97     
+ Misses       2057     1960      -97     
- Partials       41       42       +1     
Flag Coverage Δ
backend 96.95% <ø> (ø)
frontend 53.82% <100.00%> (+2.34%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
react/src/views/Boxes/BoxesView.tsx 100.00% <100.00%> (+100.00%) ⬆️

... and 6 files with indirect coverage changes

// Test case 4.8.1.3
const row = await screen.findByRole("row", {
// eslint-disable-next-line max-len
name: /toggle all rows selected toggle sortby toggle sortby toggle sortby toggle sortby toggle sortby toggle sortby toggle sortby toggle sortby/i,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol @vahidbazzaz what's that?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@HaGuesto I will change it later, but I got this quick selector using the testing library chrome plugin :)

@HaGuesto HaGuesto merged commit 150bab0 into master Nov 3, 2023
11 checks passed
@HaGuesto HaGuesto deleted the feature/boxes-implement-error-handling branch November 3, 2023 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants