wearefrank / ladybug-frontend

Frontend for Ladybug
Apache License 2.0
1 stars 7 forks source link

Copying a report from the debug tab to the test tab is flaky #368

Closed mhdirkse closed 2 months ago

mhdirkse commented 6 months ago

This issue is about copying a report from the debug tab to the test tab. When you select a report in the tree view and press the copy button, a HTTP request has to be issued to the backend. Sometimes such a HTTP request is not received by the backend and hence the copying is not done.

This behavior was seen with the ladybug-frontend Cypress tests, file testtab.cy.ts. See GitHub Actions run Check copying report more strictly · wearefrank/ladybug-frontend@a730b02 (github.com). In this case the test named “Test select all by deleting” failed.

mhdirkse commented 2 months ago

Ik denk dat dit gefixed is. Ik kan me niet herinneren dat de Cypress testen nog falen op het kopiëren van rapporten naar de test tab. Eens, @MatthijsSmets?

MatthijsSmets commented 2 months ago

Yes this is fixed, closing this.