wolfenrain / fluttium

Fluttium, the user flow testing tool for Flutter

Home Page:https://fluttium.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix: Last action not executed

MoezAyadiDev opened this issue · comments

The last action remains pending.

Untitled1

I create a new counter app and I just change the tooltip of FloatingActionButton to 'increment' and the result is the same

firstCheck

secondCheck

I add a fake action at the end to check above

The reproduced example :

https://gist.github.com/MoezAyadiDev/20e902ccb1dfa15c594c3863a1deb78d

Thank you for reporting an issue! I noticed this behavior myself as well a few times but wasn't able to reproduce it consistently.

This will help massively with figuring that problem out! I'll look into it, thanks again for the reproduced example!

I have been able to reproduce it, and from the looks of it we are prematurely expecting the process to be done. I have a fix ready will test it a bit more and provide a PR for it!

Should be fixed in the latest version!

Excellent,

It works perfectly now 👏