Skip to content

Commit

Permalink
fix(#3247): Add waiting time and add test to smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tenthe committed Sep 24, 2024
1 parent c224904 commit 6ac8523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/cypress/support/utils/datalake/DataLakeUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,8 @@ export class DataLakeUtils {
}

public static openTimeSelectorMenu() {
cy.dataCy('time-selector-menu').click();
cy.dataCy('time-selector-menu',
{ timeout: 10000 }).click();
}

public static applyCustomTimeSelection() {
Expand Down

0 comments on commit 6ac8523

Please sign in to comment.