fix: card view failed cypress tests (#10699)
This commit is contained in:
parent
8d94534881
commit
7abdf53944
|
|
@ -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', () => {
|
||||
|
|
|
|||
|
|
@ -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', () => {
|
||||
|
|
|
|||
|
|
@ -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', () => {
|
||||
|
|
|
|||
|
|
@ -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', () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue