eslint-plugin-playwright icon indicating copy to clipboard operation
eslint-plugin-playwright copied to clipboard

[`playwright/no-conditional-in-test`]: Avoid having conditionals in tests

Open splincode opened this issue 1 month ago • 1 comments

const {x = 0, y = 0, width = 0, height = 0} = (await button.boundingBox()) ?? {};
Image

Is it false positive?

splincode avatar Dec 05 '25 07:12 splincode

Yeah, we shouldn't mark nullish coallesing as a failure

mskelton avatar Dec 05 '25 14:12 mskelton