Shen Yang
Shen Yang
No direct database checks
No direct database checks
Only frontend assertions with page loading
@compwron can you record here what you tried already? also things we can rule out
It's not the failure from earlier where the browser runs out of memory and crashes. When that happened, every system test after the crash would fail(usually > 20).
From: @elasticspoon The basic issue in common with the failures is a pattern like: - perform action on page - assert some database state The issue is that the tests...
There's nothing to do on this issue because all the tests don't directly check the database so there's no race condition between the page loading and the database check
@marcospedro97 Try [this one](https://github.com/rubyforgood/casa/issues/6333). There are some `ActionMailer` checks that don't wait for the page to load.
No direct database checks
this could be better ` expect(CourtDate.count).to eq 2`