Skip to content

Commit 644e51f

Browse files
committed
[ci] Add test for multiple reports export
1 parent 8573f1c commit 644e51f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

client/cypress/e2e/22-test-recipient-actions.cy.ts

+9
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,15 @@ describe("recipient admin tip actions", () => {
107107
cy.logout();
108108
});
109109

110+
it("should export the selected reports", function () {
111+
cy.login_receiver();
112+
113+
cy.visit("/#/recipient/reports");
114+
cy.get('#tip-action-select-all').click();
115+
cy.get('#tip-action-reload').click();
116+
cy.logout();
117+
});
118+
110119
it("should check multiple filter of report", function () {
111120
cy.login_receiver();
112121

0 commit comments

Comments
 (0)