jeremiahlukus / flutter_template

template with tests, login flow, riverpod, logging ect.
MIT License
24 stars 5 forks source link

Fix/auto route test #6

Closed victoreronmosele closed 2 years ago

victoreronmosele commented 2 years ago

Fix auto route test

Description

This PR updates the approach used to test for the auto route test by providing an AppRouter object to MaterialApp.router. This router is used to push the first route: SignInRoute. Then the sign in button is clicked. Then assert that the AuthorizationPage widget is found on the screen.

Type of Change