fmaclen / canutin-desktop

An open-source personal finance desktop app
https://canutin.com
Apache License 2.0
26 stars 5 forks source link

chore: add delay for statusBar test assertions #129

Closed fmaclen closed 2 years ago

fmaclen commented 2 years ago

Tests in CI appear to run slow enough that some test assertions (in particular those related to statusBar) fail often.

This fix introduces a delay() before each statusBar test assertion to hopefully reduce the number of test retries.