feat: Add no-restricted-locators rule #672
Annotations
10 errors
|
test:
src/rules/no-nested-step.ts#L32
Argument of type 'Node | null' is not assignable to parameter of type 'CallExpression'.
|
|
test:
src/rules/no-nested-step.ts#L31
'parent' is possibly 'null'.
|
|
test:
src/rules/no-nested-step.ts#L22
Property 'callee' does not exist on type 'Node'.
|
|
test:
src/rules/no-nested-step.ts#L22
'node.parent' is possibly 'null'.
|
|
test:
src/rules/no-nested-step.ts#L12
Argument of type 'Node | null' is not assignable to parameter of type 'CallExpression'.
|
|
test:
src/rules/no-nested-step.ts#L11
'node.parent' is possibly 'null'.
|
|
test:
src/rules/no-commented-out-tests.ts#L6
Property 'globalAliases' does not exist on type '{}'.
|
|
test:
src/rules/missing-playwright-await.ts#L138
Argument of type 'Node | null' is not assignable to parameter of type 'Node'.
|
|
test:
src/rules/missing-playwright-await.ts#L137
'refParent' is possibly 'null'.
|
|
test:
src/rules/missing-playwright-await.ts#L133
Argument of type 'Node | null' is not assignable to parameter of type 'Node'.
|