ljmotta commented on code in PR #2463:
URL:
https://github.com/apache/incubator-kie-tools/pull/2463#discussion_r1678217242
##########
packages/chrome-extension-test-helper/src/framework/LocatorWaitAction.ts:
##########
@@ -27,7 +27,7 @@ export default class LocatorWaitAction {
public constructor(
private readonly driver: WebDriver,
private readonly by: By,
- private readonly timeout: number = timeout ??
LocatorWaitAction.DEFAULT_TIMEOUT
+ private readonly timeout: number = LocatorWaitAction.DEFAULT_TIMEOUT
Review Comment:
`timeout` doesn't exist on the constructor, or outside the class.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]