Closed romanofski closed 4 years ago
Attached an example failure log.txt
Failed again today: https://travis-ci.org/github/purebred-mua/purebred/jobs/676044604 on Frasers pull request #385
Last statement before the failure is:
step "append an email"
sendKeys ", testuser@foo.test\r" (Substring $ "From: "
<> "\"Joe Bloggs\" <joe@foo.test>, testuser@foo.test")
I wonder whether the condition becomes true too early, since it is true for the editor line at the bottom as well as the field at the top in the UI.
Perhaps the better condition would actually be the one we assert in the next step: Purebred:.*ComposeView-Attachments\\s+$^$
At least certainly that would indicate a change of focus to the attachments list.
Describe the bug The user acceptance test "user can edit mail headers" seems to be intermittendly failing.
To Reproduce Currently can not be 100% reproduced. It got picked up by our cron job. Interestingly a cron job before failed with the same job too: https://travis-ci.org/github/purebred-mua/purebred/jobs/672707006 That is the GHC 8.6.5 job.
Expected behavior Job passes - always.
Screenshots Log output:
Additional context None