Update Widget & Integration Tests authored by Scott Bucher's avatar Scott Bucher
......@@ -182,7 +182,7 @@ This code first ensures that the drop-down menu is visible and then taps the fir
Now that we have pressed on the drop-down menu and waited for the render to settle, we can now click on the first `DropdownMenuItem<String>` which is the player our `mockPlayerRepository` gave us when the widget tree was built. Finally, we wait for the selection to settle.
Note that the comment linking to the github issue is referring to, at the time of writing this, an active bug with `flutter_test` which requires us to specify the type of the drop-downs.
Note that the comment linking to the github issue is referring to, at the time of writing this, an active bug with `flutter_test` which requires us to specify the type of the drop-downs, despite them being dynamic.
Now we can enter our new password:
```dart
......
......