This commit is contained in:
Joel Jeremy Marquez
2025-10-23 15:56:44 -07:00
parent 5bf65cb20f
commit 29da17ae76
5 changed files with 1 additions and 2 deletions

View File

@@ -254,7 +254,6 @@ export class AccountPage {
}
async selectInputText(input: Locator) {
await input.click();
const value = await input.inputValue();
if (value) {
await input.selectText();

View File

@@ -151,7 +151,7 @@ export class EditRuleModal {
}
async getPopoverSelectOption(value: string | RegExp) {
// Need to use page because popover is outside of modal locator
// Need to use page because popover is rendered outside of modal locator
return this.page
.locator('[data-popover]')
.getByRole('button', { name: value, exact: true });

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 95 KiB