We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3750575 + e9cf3ce commit ec13fb4Copy full SHA for ec13fb4
webdriver-ts-results/src/Common.ts
@@ -28,7 +28,7 @@ interface Category {
28
29
export const categories: Category[] = [
30
{id:1, text:"[Note]: Manual DOM manipulations", issues: [772], severity: Severity.Note},
31
- {id:2, text:"[Note]:View state on the model", issues: [800], severity: Severity.Note},
+ {id:2, text:"[Note]: View state on the model", issues: [800], severity: Severity.Note},
32
{id:3, text:"[Note]: Explicit requestAnimationFrame calls", issues: [796], severity: Severity.Note},
33
{id:4, text:"[Note]: Manual event delegation", issues: [801], severity: Severity.Note},
34
{id:5, text:"[Note]: Implementation uses runtime code generation", issues: [1139], severity: Severity.Note},
0 commit comments