Skip to content

Conversation

@yjbanov
Copy link
Contributor

@yjbanov yjbanov commented Jul 28, 2017

I added tests on top of @tvolkert's changes from #11329.

Fixes #11327

cc @Hixie for review

try {
await driver.waitForAbsent(presentText, timeout: const Duration(seconds: 1));
fail('expected DriverError');
} on DriverError catch(error) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nittiest of nits: space after catch before (

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@Hixie
Copy link
Contributor

Hixie commented Jul 28, 2017

RSLGTM

@Hixie
Copy link
Contributor

Hixie commented Aug 1, 2017

For those looking at performance benchmarks:

This patch was the first patch immediately after we changed the test hardware from Nexus 5s to Moto G4s. We later tested removing this patch to see if it affected the numbers and it did not.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FlutterDriver.waitForAbsent() never completing

4 participants