appId: com.rn071 tags: - android - timezoneOffsetInMinutes --- ########## describe: DAYLIGHT SAVING - runFlow: file: utils/set-timezone.yml env: REGION: Sweden GMT: GMT+02:00 STATE: '' - runFlow: utils/launch.yml # test: timezone offset undefined - runFlow: file: utils/change-prop.yml env: PROP: maximumDate VALUE: '2000-07-01T00:00:00' - runFlow: file: utils/change-prop.yml env: PROP: date VALUE: '2000-06-01T00:00:00+02:00' - runFlow: utils/swipe-wheel-3.yml - assertVisible: '2000-06-01 00:01:00' - assertVisible: 'Thu Jun 11201 AM ' - runFlow: utils/reset.yml # # test: timezone offset 0 - runFlow: file: utils/change-prop.yml env: PROP: maximumDate VALUE: '2000-07-01T00:00:00' - runFlow: file: utils/change-prop.yml env: PROP: date VALUE: '2000-06-01T00:00:00+02:00' - runFlow: file: utils/change-prop.yml env: PROP: timeZoneOffsetInMinutes VALUE: 0 - runFlow: utils/swipe-wheel-3.yml - assertVisible: '2000-06-01 00:01:00' - assertVisible: 'Wed May 311001 PM ' - runFlow: utils/reset.yml # test: timezone offset 180 - runFlow: file: utils/change-prop.yml env: PROP: maximumDate VALUE: '2000-07-01T00:00:00' - runFlow: file: utils/change-prop.yml env: PROP: date VALUE: '2000-06-01T00:00:00+02:00' - runFlow: file: utils/change-prop.yml env: PROP: timeZoneOffsetInMinutes VALUE: 180 - runFlow: utils/swipe-wheel-3.yml - assertVisible: '2000-06-01 00:01:00' - assertVisible: 'Thu Jun 1101 AM '