-
Notifications
You must be signed in to change notification settings - Fork 12
Treats LocalView route types when PopToVIew #269
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No core, é sempre necessário fazer testes quando se implementa uma feature ou um fix.
No caso do fix, se existia algo quebrado que não era detectado por um teste é pq tínhamos uma falha e um ou mais testes novos, que detectam essa falha, devem ser criados.
Sugestão:
- should pop to a local view
- should pop to first view matching the route: teste aquele caso em que eu falei que a sua regra não funcionaria, se tem url e screenIds iguais em diferentes rotas.
…p-to-view-navigation
…p-to-view-navigation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hector, lendo os novos testes, percebi um outro bug no popToView. Como está relacionado ao que vc fez, acho interessante já corrigir.
Além disso, na minha opinião, faltou um teste para verificar melhor que tudo funciona.
Explico melhor nos comentários quais os problemas e o que deve ser feito para corrigi-los.
➿ Code coverage
|
closes #258
- What I did
Fixed problem where pop to view navigation would not work if the route passed was an identifier instead of URL
- How I did it
Checked the type of the route and verified any existing Identifiers that would match
- How to verify it
Run the branch and try to use navigation action pop to view
- Description for the changelog
Fixes popToView action with LocalView