Commit 51ab5f36 authored by Matt Sullivan's avatar Matt Sullivan Committed by Chris Bracken

Fix template for the driver test file created by 'flutter create' (#13472)

parent 3264845e
......@@ -32,7 +32,7 @@ void main() {
await driver.tap(fab);
// Wait for text to change to the desired value
await driver.waitFor(find.text('Button tapped 1 time.'));
await driver.waitFor(find.text('1'));
});
});
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment