Skip to content

Commit

Permalink
Remove waitForLoader due to new homepage enabled
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Wang <[email protected]>
  • Loading branch information
wanglam committed Sep 12, 2024
1 parent 7f77b7e commit d637f96
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ if (Cypress.env('WORKSPACE_ENABLED')) {

beforeEach(() => {
cy.visit(`/w/${workspaceId}/app/import_sample_data`);
cy.waitForLoader();
if (MDSEnabled) {
cy.selectFromDataSourceSelector(dataSourceTitle, dataSourceId);
}
Expand Down

0 comments on commit d637f96

Please sign in to comment.