Benjamin Limpich
Benjamin Limpich
Looking into this now
Think I know what caused this, testing locally.
Having trouble repro-ing locally.
Was able to repro and confirm it stems from [this PR](https://github.com/Expensify/App/pull/44229) cc: @rushatgabhane @Beamanator
Demoting because this is edge case.
@Beamanator @rushatgabhane assigned both of you as this is follow up for [this PR](https://github.com/Expensify/App/pull/44229) you worked on recently.
@bernhardoj @suneox can we add unit testing to the proposal? Or list a strong reason why we aren't adding unit tests? See [this slack post](https://expensify.slack.com/archives/C01GTK53T8Q/p1733148961659549) for a reminder on our...
I believe we are able to test user interactions, there just aren't many test suites yet. See below test suites: - `tests/ui/WorkspaceSwitcherTest.tsx` - `tests/ui/UnreadIndicatorsTest.tsx` - `tests/ui/SwitchToExpensifyClassicTest.tsx` - `tests/ui/PaginationTest.tsx` If there...
@bernhardoj Thank you for the explanation! Sorry for bugging you both for it but we are really trying to push for more unit tests and its very helpful for me...