The autopilot test is to check if the clock app shows the system time correctly. However while trying to implement the test I ran into a blocker. The problem is that we are unable to retrieve the locale setting used by the clock app for the time. So it could be that the clock app shows time in 24 hrs while the autopilot test expects them in Am/Pm format. This uncertainty is the blocker. I tried temporarily setting a specific format in the clock app so that we could test against it using autopilot, however I was told this is not the right way to go by Renato. Hence this bug has been a TODO since then.
The autopilot test is to check if the clock app shows the system time correctly. However while trying to implement the test I ran into a blocker. The problem is that we are unable to retrieve the locale setting used by the clock app for the time. So it could be that the clock app shows time in 24 hrs while the autopilot test expects them in Am/Pm format. This uncertainty is the blocker. I tried temporarily setting a specific format in the clock app so that we could test against it using autopilot, however I was told this is not the right way to go by Renato. Hence this bug has been a TODO since then.