Skip to content

Commit 1348ec1

Browse files
[Security analytics] add force option to avoid element getting covered error (#1102) (#1104)
Signed-off-by: Amardeepsingh Siglani <[email protected]> (cherry picked from commit eb10f07) Co-authored-by: Amardeepsingh Siglani <[email protected]>
1 parent 605daf7 commit 1348ec1

File tree

1 file changed

+2
-2
lines changed
  • cypress/integration/plugins/security-analytics-dashboards-plugin

1 file changed

+2
-2
lines changed

cypress/integration/plugins/security-analytics-dashboards-plugin/2_rules.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ describe('Rules', () => {
513513
toastShouldExist();
514514

515515
getSelectionPanelByIndex(0).within(() =>
516-
getMapValueField().type('FieldValue')
516+
getMapValueField().type('FieldValue', { force: true })
517517
);
518518

519519
// selection map list field
@@ -524,7 +524,7 @@ describe('Rules', () => {
524524
toastShouldExist();
525525
getSelectionPanelByIndex(0).within(() => {
526526
getListRadioField().click({ force: true });
527-
getMapListField().type('FieldValue');
527+
getMapListField().type('FieldValue', { force: true });
528528
});
529529

530530
// tags field

0 commit comments

Comments
 (0)