stable
Clone or download
Read-only
fix request #40082 e2e tracker status change notification is flacky
make tests-e2e should end without error Why? I finally managed to understood what's appening In the test we create an artifact `Artifact B` then we update it to `An otherArtifact` As status has not changed, users should not receive notification I might occur that the email is sent after the modification is done, the mail sent for artifact creation is done with `An otherArtifact` instead of `Atifact B` Note: I choose to keep this part in a dedicated testcase, to help understand this particular case Change-Id: Iceb8b726102050b01e02ebdf0de3aafd4d6ed9b8
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/tests/e2e/cypress/cypress/e2e/tracker_notifications.cy.ts | +59 | −37 | Go to diff View file |