Skip to content

Commit

Permalink
Add todo comment. (#9287)
Browse files Browse the repository at this point in the history
Signed-off-by: Argus Li <contactme@chunkeili.com>
  • Loading branch information
ArgusLi authored Jan 28, 2025
1 parent dc8865a commit 5a0ad73
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ const loadSavedQuery = (config) => {
});

cy.getElementByTestId('discoverNewButton').click();
// Todo - Date Picker sometimes does not load when expected. Have to set dataset and query language again.
cy.setDataset(config.dataset, datasourceName, config.datasetType);
cy.setQueryLanguage(config.language);

setDatePickerDatesAndSearchIfRelevant(
config.language,
'Aug 29, 2020 @ 00:00:00.000',
Expand Down

0 comments on commit 5a0ad73

Please sign in to comment.