Skip to content

Commit

Permalink
chore: Create dashboard with tier 1 and tier 2 charts (#21551)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje authored Sep 30, 2022
1 parent b2a360f commit eeb979c
Show file tree
Hide file tree
Showing 11 changed files with 1,514 additions and 430 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe('Charts filters', () => {
setFilter('Chart type', 'Area Chart');
cy.getBySel('styled-card').should('have.length', 3);
setFilter('Chart type', 'Bubble Chart');
cy.getBySel('styled-card').should('have.length', 1);
cy.getBySel('styled-card').should('have.length', 2);
});

it('should filter by datasource correctly', () => {
Expand Down Expand Up @@ -87,7 +87,7 @@ describe('Charts filters', () => {
setFilter('Chart type', 'Area Chart');
cy.getBySel('table-row').should('have.length', 3);
setFilter('Chart type', 'Bubble Chart');
cy.getBySel('table-row').should('have.length', 1);
cy.getBySel('table-row').should('have.length', 2);
});

it('should filter by datasource correctly', () => {
Expand Down
Loading

0 comments on commit eeb979c

Please sign in to comment.