https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42801

            Bug ID: 42801
           Summary: Race condition in ERM/UsageReports_spec.ts
   Initiative type: ---
        Sponsorship ---
            status:
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Test Suite
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
        Depends on: 35229

cy.get("#report_builder").contains("Submit").click();
         cy.intercept("GET", "/api/v1/erm/eUsage/monthly_report/*").as(
             "reportRequest"
         );
         cy.wait("@reportRequest");

We should intercept before the click.


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35229
[Bug 35229] Fix and add further cypress tests for Usage reporting
-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to