@bigbinary/neeto-playwright-commons 3.3.11 → 3.3.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.cjs.js +1 -1
- package/index.cjs.js.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -2327,7 +2327,7 @@ class CustomCommands {
|
|
|
2327
2327
|
await this.page.keyboard.press(rightArrowKey);
|
|
2328
2328
|
await this.page.keyboard.press(downArrowKey);
|
|
2329
2329
|
// eslint-disable-next-line playwright/no-wait-for-timeout
|
|
2330
|
-
await this.page.waitForTimeout(
|
|
2330
|
+
await this.page.waitForTimeout(500); // Adding some delay for DOM to react
|
|
2331
2331
|
await this.page.keyboard.press("Enter");
|
|
2332
2332
|
};
|
|
2333
2333
|
}
|