mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 01:58:40 -05:00
Cleanup
This commit is contained in:
@@ -254,7 +254,6 @@ export class AccountPage {
|
||||
}
|
||||
|
||||
async selectInputText(input: Locator) {
|
||||
await input.click();
|
||||
const value = await input.inputValue();
|
||||
if (value) {
|
||||
await input.selectText();
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user