@bigbinary/neeto-playwright-commons 1.11.5 → 1.11.6
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 -0
- package/index.cjs.js.map +1 -1
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -3550,6 +3550,7 @@ class CustomCommands {
|
|
|
3550
3550
|
await expect(this.page.getByTestId(selectMenu)).toBeVisible({
|
|
3551
3551
|
timeout: options.visibilityTimeout,
|
|
3552
3552
|
});
|
|
3553
|
+
await this.page.keyboard.type(value);
|
|
3553
3554
|
await this.page
|
|
3554
3555
|
.getByTestId(selectMenu)
|
|
3555
3556
|
.getByText(value, { exact: true })
|