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.
1 parent 34e79c7 commit 2e93b04Copy full SHA for 2e93b04
webdriver-ts-results/src/Common.ts
@@ -27,7 +27,7 @@ export const categories: Category[] = [
27
{id:1, text:"Manual DOM manipulations", issues: [772]},
28
{id:2, text:"View state on the model", issues: [800]},
29
{id:3, text:"Explicit requestAnimationFrame calls", issues: [796]},
30
-// {id:4, text:"Manual event delegation", issues: [801]},
+ {id:4, text:"Manual event delegation", issues: [801]},
31
{id:5, text:"Errors in the implementation", issues: [634, 694]},
32
]
33
0 commit comments