fix: card view failed cypress tests (#10699)

This commit is contained in:
Lily Kuang
2020-08-27 11:33:12 -07:00
committed by GitHub
parent 8d94534881
commit 7abdf53944
4 changed files with 4 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ describe('chart card view', () => {
cy.login();
cy.server();
cy.visit(CHART_LIST);
cy.get('[data-test="card-view"]').click();
});
it('should load cards', () => {

View File

@@ -23,6 +23,7 @@ describe('chart filters', () => {
cy.login();
cy.server();
cy.visit(CHART_LIST);
cy.get('[data-test="card-view"]').click();
});
it('should filter by owners correctly', () => {

View File

@@ -23,6 +23,7 @@ describe('Dashboard card view', () => {
cy.login();
cy.server();
cy.visit(DASHBOARD_LIST);
cy.get('[data-test="card-view"]').click();
});
it('should load cards', () => {

View File

@@ -23,6 +23,7 @@ describe('dashboard filters', () => {
cy.login();
cy.server();
cy.visit(DASHBOARD_LIST);
cy.get('[data-test="card-view"]').click();
});
it('should filter by owners correctly', () => {