Skip to content

Commit

Permalink
Fix lint issue in dashboards test cases
Browse files Browse the repository at this point in the history
Signed-off-by: Owen Wang <owenwyk@amazon.com>
  • Loading branch information
FriedhelmWS committed Feb 12, 2025
1 parent ba9e106 commit 1686503
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@

/// <reference types="cypress" />

import {
setTimeFilter,
TRACE_ID,
TIMEOUT_DELAY,
} from '../../../utils/constants';
import { setTimeFilter, TRACE_ID } from '../../../utils/constants';
import customParseFormat from 'dayjs/plugin/customParseFormat';
import dayjs from 'dayjs';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ const deleteAllNotebooks = () => {
'DELETE',
'/api/observability/notebooks/note/savedNotebook/*'
).as('deleteNotebook');
cy.wait(delayTime*3);

cy.wait(delayTime * 3);
moveToNotebookHome();
cy.wait(delayTime*3);
cy.wait(delayTime * 3);

cy.get('[data-test-subj="globalLoadingIndicator"]').should('not.exist');

Expand Down

0 comments on commit 1686503

Please sign in to comment.