We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b28ac6 commit d09d168Copy full SHA for d09d168
cypress/integration/plugins/security-analytics-dashboards-plugin/2_rules.spec.js
@@ -517,7 +517,7 @@ describe('Rules', () => {
517
);
518
toastShouldExist();
519
getSelectionPanelByIndex(0).within(() =>
520
- getMapValueField().type('FieldValue')
+ getMapValueField().type('FieldValue', { force: true })
521
522
523
// selection map list field
@@ -528,7 +528,7 @@ describe('Rules', () => {
528
529
getSelectionPanelByIndex(0).within(() => {
530
getListRadioField().click({ force: true });
531
- getMapListField().type('FieldValue');
+ getMapListField().type('FieldValue', { force: true });
532
});
533
534
// condition field
0 commit comments