Skip to content

Commit

Permalink
[Security analytics] add force option to avoid element getting covere…
Browse files Browse the repository at this point in the history
…d error (#1102) (#1103)

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
(cherry picked from commit eb10f07)

Co-authored-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
  • Loading branch information
opensearch-trigger-bot[bot] and amsiglan authored Feb 17, 2024
1 parent 4b28ac6 commit d09d168
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ describe('Rules', () => {
);
toastShouldExist();
getSelectionPanelByIndex(0).within(() =>
getMapValueField().type('FieldValue')
getMapValueField().type('FieldValue', { force: true })
);

// selection map list field
Expand All @@ -528,7 +528,7 @@ describe('Rules', () => {
toastShouldExist();
getSelectionPanelByIndex(0).within(() => {
getListRadioField().click({ force: true });
getMapListField().type('FieldValue');
getMapListField().type('FieldValue', { force: true });
});

// condition field
Expand Down

0 comments on commit d09d168

Please sign in to comment.