Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix assistant failed cases because of change of ml-commons #1109

Closed
wants to merge 10 commits into from
Prev Previous commit
Next Next commit
[Security analytics] add force option to avoid element getting covere…
…d error (#1102)

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
amsiglan authored Feb 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit eb10f07eb247aac71d08f4d96920be88b4125ddf
Original file line number Diff line number Diff line change
@@ -516,7 +516,7 @@ describe('Rules', () => {
);
toastShouldExist();
getSelectionPanelByIndex(0).within(() =>
getMapValueField().type('FieldValue')
getMapValueField().type('FieldValue', { force: true })
);

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

// tags field