Skip to content

Commit

Permalink
feat: add logs
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe committed Nov 2, 2023
1 parent b324ebe commit a340a0a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -328,23 +328,28 @@ describe('dashboard filtering', () => {

describe('nested filtering', () => {
before(() => {
cy.log('start nested filtering');
// Go to the Dashboards list page
miscUtils.visitPage('app/dashboards/list');
cy.log('miscUtils.visitPage');

// Click the "Create dashboard" button
miscUtils.createNewDashboard(20000);
cy.log('miscUtils.createNewDashboard');

// Change the time to be between Jan 1 2018 and Apr 13, 2018
cy.setTopNavDate(
'Jan 1, 2018 @ 00:00:00.000',
'Apr 13, 2018 @ 00:00:00.000'
);
cy.log('cy.setTopNavDate');

dashboardPage.addDashboardPanels(
'Rendering Test: animal sounds pie',
'visualization',
false
);
cy.log('dashboardPage.addDashboardPanels');
});

it('visualization saved with a query filters data', () => {
Expand Down

0 comments on commit a340a0a

Please sign in to comment.