• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

react-ui-org / react-ui / 17425111982

02 Sep 2025 09:03AM UTC coverage: 60.829% (-30.8%) from 91.677%
17425111982

push

github

bedrich-schindler
Fix playwright testing guideline commands (#598)

105 of 204 branches covered (51.47%)

Branch coverage included in aggregate %.

159 of 230 relevant lines covered (69.13%)

6.73 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

29.41
/src/components/_helpers/getRootPriorityClassName.js
1
export const getRootPriorityClassName = (priority, styles) => {
2✔
2
  if (priority === 'filled') {
2!
3
    return styles.isRootPriorityFilled;
2✔
4
  }
5

6
  if (priority === 'outline') {
×
7
    return styles.isRootPriorityOutline;
×
8
  }
9

10
  if (priority === 'flat') {
×
11
    return styles.isRootPriorityFlat;
×
12
  }
13

14
  return null;
×
15
};
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc