feat: update force delete list
This commit is contained in:
parent
e7b316be7a
commit
39eb07798f
@ -4,18 +4,22 @@ class ForceDeleteExtension {
|
|||||||
private readonly EXPLICIT_TARGET_SELECTORS = [
|
private readonly EXPLICIT_TARGET_SELECTORS = [
|
||||||
|
|
||||||
// S3 ---
|
// S3 ---
|
||||||
'.empty-bucket-actions__input>input',
|
|
||||||
'.delete-bucket-actions__input>input',
|
'.delete-bucket-actions__input>input',
|
||||||
|
|
||||||
// VPC ---
|
// VPC ---
|
||||||
'div[data-id="confirmation-modal-input"]>input'
|
'div[data-id="confirmation-modal-input"]>input',
|
||||||
|
|
||||||
|
// IAM ---
|
||||||
|
'div[data-testid="roles-delete-modal-input"]>input',
|
||||||
|
'div[data-testid="policies-delete-modal-input"]>input'
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
private readonly IMPLICIT_TARGET_PLACEHOLDERS = [
|
private readonly IMPLICIT_TARGET_PLACEHOLDERS = [
|
||||||
'delete',
|
'delete',
|
||||||
'delete me',
|
'delete me',
|
||||||
'confirm'
|
'confirm',
|
||||||
|
'permanently delete'
|
||||||
]
|
]
|
||||||
|
|
||||||
public readonly startLoop = (): void => {
|
public readonly startLoop = (): void => {
|
||||||
|
779
pnpm-lock.yaml
generated
779
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user