@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.cjs.js
CHANGED
|
@@ -3597,6 +3597,7 @@ class CustomCommands {
|
|
|
3597
3597
|
await test$1.expect(this.page.getByTestId(selectMenu)).toBeVisible({
|
|
3598
3598
|
timeout: options.visibilityTimeout,
|
|
3599
3599
|
});
|
|
3600
|
+
await this.page.keyboard.type(value);
|
|
3600
3601
|
await this.page
|
|
3601
3602
|
.getByTestId(selectMenu)
|
|
3602
3603
|
.getByText(value, { exact: true })
|