mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix pagination for list views (#9425)
This commit is contained in:
@@ -94,8 +94,7 @@ describe('DashboardList', () => {
|
||||
`"/http//localhost/api/v1/dashboard/?q={%22order_column%22:%22changed_on%22,%22order_direction%22:%22desc%22,%22page%22:0,%22page_size%22:25}"`,
|
||||
);
|
||||
});
|
||||
|
||||
it('edits', async () => {
|
||||
it('edits', () => {
|
||||
expect(wrapper.find(PropertiesModal)).toHaveLength(0);
|
||||
wrapper
|
||||
.find('.fa-pencil')
|
||||
|
||||
Reference in New Issue
Block a user