-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[framework] don't hit test for system nav bar or system chrome on desktop #97883
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[framework] don't hit test for system nav bar or system chrome on desktop #97883
Conversation
This includes a change to completely skip the status bar test on desktop |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -94,8 +94,35 @@ void main() { | |||
variant: TargetPlatformVariant.mobile(), | |||
); | |||
|
|||
testWidgets("statusBarColor isn't on desktop platforms", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: statusBarColor isn't what?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
literally can't even
Redo of #97771 due to git