defunctzombie/zuul

iPhone: 8.0 fails

Closed this issue · 0 comments

vvo commented

When specifying iPhone: 8.0 in the zuul.yml it will fail, you have to use iPhone: '8.0'

should we do something about this? I guess yes.

It's a disturbing behavior because iPhone: 8.1 works.

It seems that the yaml parse will turn 8.0 to 8 (seems legit?). Then we do not find any '8' iPhone version.

I am a bit lost in the flatten_browser process, maybe someone with more experience with it can help?