I want to test Login page in Flutter integration test, expect still at Login page when enter invalid data, and move to Dashboard page when enter valid data.
But the expect
method doesn't run as expected, as the test pass even any unexpected condition, like here:
But when I run the same test in debug test, expect
works, but also the test marked as passes like here: