Skip to content

Commit

Permalink
addressed PR comments
Browse files Browse the repository at this point in the history
Signed-off-by: Amardeepsingh Siglani <[email protected]>
  • Loading branch information
amsiglan committed Oct 10, 2023
1 parent c72a7b7 commit 193ec7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ const validatePendingFieldMappingsPanel = (mappings) => {
const fillDetailsForm = (detectorName, dataSource) => {
getNameField().type(detectorName);
getDataSourceField().sa_selectComboboxItem(dataSource);
getDataSourceField().blur();
getDataSourceField().focus().blur();
getLogTypeField().sa_selectComboboxItem(cypressLogTypeDns);
getLogTypeField().blur();
getLogTypeField().focus().blur();
};

const createDetector = (detectorName, dataSource, expectFailure) => {
Expand Down

This file was deleted.

0 comments on commit 193ec7a

Please sign in to comment.