about summary refs log tree commit diff
path: root/__e2e__/flows/shared-prefs.yml
blob: 73a0668298d6f93e4d9e8834ea0bfada46dcfb7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
appId: xyz.blueskyweb.app
---
- runScript:
    file: ../setupServer.js
    env:
      SERVER_PATH: "?users&posts&feeds"
- runFlow:
    file: ../setupApp.yml
- tapOn:
    id: "e2eSignInAlice"
- tapOn: "/sys/debug"
- tapOn:
    id: "sharedPrefsTestOpenBtn"
- tapOn:
    id: "setStringBtn"
- assertVisible: "Hello"
- tapOn:
    id: "removeStringBtn"
- assertVisible: "null"
- tapOn:
    id: "setBoolBtn"
- assertVisible: "true"
- tapOn:
    id: "setNumberBtn"
- assertVisible: "123"
- tapOn:
    id: "addToSetBtn"
- assertVisible: "true"
- tapOn:
    id: "removeFromSetBtn"
- assertVisible: "false"