Skip to content

Commit

Permalink
Address comments.
Browse files Browse the repository at this point in the history
Removed a log and a wait.

Signed-off-by: Argus Li <[email protected]>
  • Loading branch information
ArgusLi committed Jan 31, 2025
1 parent 57c9f63 commit 4924170
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ describe('filter for value spec', () => {
cy.deleteWorkspaceByName(workspaceName);
cy.visit('/app/home');
cy.osd.createInitialWorkspaceWithDataSource(datasourceName, workspaceName);
cy.wait(2000);
cy.createWorkspaceIndexPatterns({
workspaceName: workspaceName,
indexPattern: INDEX_PATTERN_WITH_TIME.replace('*', ''),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ describe('inspect spec', () => {
cy.deleteWorkspaceByName(workspaceName);
cy.visit('/app/home');
cy.osd.createInitialWorkspaceWithDataSource(datasourceName, workspaceName);
cy.wait(2000);
cy.createWorkspaceIndexPatterns({
workspaceName: workspaceName,
indexPattern: INDEX_PATTERN_WITH_TIME.replace('*', ''),
Expand Down Expand Up @@ -93,10 +92,8 @@ describe('inspect spec', () => {
config.language
);

cy.log(flattenedFieldsWithValues);

for (const [key, value] of Object.entries(flattenedFieldsWithValues)) {
// For SQL and PPL, this number is not accurate.
// For SQL and PPL, this number is not accurate. https://github.com/opensearch-project/OpenSearch-Dashboards/issues/9305
if (
key === 'event_sequence_number' &&
(config.language === QueryLanguages.SQL.name ||
Expand Down

0 comments on commit 4924170

Please sign in to comment.