mirror of
https://github.com/apache/superset.git
synced 2026-04-17 23:25:05 +00:00
fix: card view failed cypress tests (#10699)
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user