Skip to content

Commit

Permalink
workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
henninghall committed Dec 11, 2023
1 parent bd1f408 commit f668885
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-tests-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
api-key: ${{ secrets.MAESTRO_CLOUD_API_KEY }}
app-file: ./examples/Rn071/ios/DerivedData/Build/Products/Debug-iphonesimulator/Rn071.app
mapping-file: ./examples/Rn071/ios/DerivedData/Build/Products/Debug-iphonesimulator/Rn071.app.dSYM
workspace: ios/

- name: Upload logs when workflow failed
uses: actions/upload-artifact@v3
Expand Down
32 changes: 16 additions & 16 deletions .maestro/display-text.yml → .maestro/android/display-text.yml
Original file line number Diff line number Diff line change
@@ -1,68 +1,68 @@
appId: com.rn069
---
- runFlow:
file: utils/set-timezone.yml
file: ../utils/set-timezone.yml
env:
REGION: Sweden
GMT: GMT+01:00
STATE: ''

- runFlow: utils/launch.yml
- runFlow: ../utils/launch.yml

# test: minuteInterval rounding should round with floor
- runFlow:
file: utils/change-prop.yml
file: ../utils/change-prop.yml
env:
PROP: minuteInterval
VALUE: 5
- runFlow:
file: utils/change-prop.yml
file: ../utils/change-prop.yml
env:
PROP: date
VALUE: '2000-01-01T00:34:00+01:00'
- runFlow: utils/swipe-wheel-1.yml
- runFlow: ../utils/swipe-wheel-1.yml
- assertVisible: '2000-01-02 00:30:00'

- runFlow: utils/reset.yml
- runFlow: ../utils/reset.yml

# test: can have initial date in past
- runFlow:
file: utils/change-prop.yml
file: ../utils/change-prop.yml
env:
PROP: maximumDate
VALUE: undefined
- runFlow:
file: utils/change-prop.yml
file: ../utils/change-prop.yml
env:
PROP: minimumDate
VALUE: undefined
- runFlow:
file: utils/change-prop.yml
file: ../utils/change-prop.yml
env:
PROP: date
VALUE: '1999-01-01'
- runFlow: utils/swipe-wheel-1.yml
- runFlow: ../utils/swipe-wheel-1.yml
- assertVisible: '1999-01-02 01:00:00'

- runFlow: utils/reset.yml
- runFlow: ../utils/reset.yml

# test: display text
- runFlow:
file: utils/change-prop.yml
file: ../utils/change-prop.yml
env:
PROP: locale
VALUE: vi-VN
- runFlow: utils/swipe-wheel-1.yml
- runFlow: ../utils/swipe-wheel-1.yml
- assertVisible:
id: dateStringOutput
text: 'CN 2 thg 11200 SA '

# Should be possible to use picker with invalid locale
- runFlow: utils/launch.yml
- runFlow: ../utils/launch.yml
- runFlow:
file: utils/change-prop.yml
file: ../utils/change-prop.yml
env:
PROP: locale
VALUE: xx
- runFlow: utils/swipe-wheel-1.yml
- runFlow: ../utils/swipe-wheel-1.yml
- assertVisible: '2000-01-02 00:00:00'
File renamed without changes.
File renamed without changes.

0 comments on commit f668885

Please sign in to comment.