fix pagination for list views (#9425)

This commit is contained in:
ʈᵃᵢ
2020-04-01 09:20:17 -07:00
committed by GitHub
parent a9ff51bd61
commit 893c95521b
6 changed files with 224 additions and 148 deletions

View File

@@ -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')