test(core): enable no-floating-promises rule for tests (#11915)

Sometimes, missing `await` in the test code can cause timing issues, leading to test failures. This PR enables the `no-floating-promises` rule for the test code to ensure that such errors do not occur.
This commit is contained in:
L-Sun
2025-04-23 08:17:41 +00:00
parent 200015a811
commit a9ad01491c
28 changed files with 136 additions and 121 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ export const addCustomProperty = async (
root: Locator | Page,
type: string
) => {
ensureAddPropertyButtonVisible(page, root);
await ensureAddPropertyButtonVisible(page, root);
await clickAddPropertyButton(root);
await page
.locator(