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)

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
(cherry picked from commit eb10f07)
  • Loading branch information
amsiglan authored and SuZhou-Joe committed May 8, 2024
1 parent 55a7845 commit 001a20f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ describe('Rules', () => {
toastShouldExist();

getSelectionPanelByIndex(0).within(() =>
getMapValueField().type('FieldValue')
getMapValueField().type('FieldValue', { force: true })
);

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

// tags field
Expand Down

0 comments on commit 001a20f

Please sign in to comment.