We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f25e6e7 commit 3be31f3Copy full SHA for 3be31f3
1 file changed
apps/metro-example-host/e2e/flows/core.yaml
@@ -10,7 +10,7 @@ appId: com.mf.example.host
10
- copyTextFrom:
11
id: 'host-lodash'
12
- assertTrue:
13
- condition: ${maestro.copiedText === "4.16.6"}
+ condition: ${maestro.copiedText === "4.17.23"}
14
15
# Check Mini App Info
16
- assertNotVisible:
@@ -22,12 +22,12 @@ appId: com.mf.example.host
22
23
id: 'mini-lodash'
24
25
- condition: ${maestro.copiedText === "4.17.21"}
26
27
# Check Nested Mini App Info
28
- assertVisible:
29
id: 'nested-mini-info'
30
31
id: 'nested-mini-lodash'
32
33
0 commit comments