Skip to content

Commit 969920c

Browse files
committed
fix: cypress ts
1 parent ca08038 commit 969920c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress-tests/cypress/support/pageBuilder/pbDeleteBlocks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Cypress.Commands.add("pbDeleteBlocks", () => {
4242
};
4343

4444
return client
45-
.request(MUTATION, variables)
45+
.request<any>(MUTATION, variables)
4646
.then(response => response.pageBuilder.deletePageBlock);
4747
})
4848
);

0 commit comments

Comments
 (0)