Skip to content

Commit 3be31f3

Browse files
fix: update metro host maestro lodash assertions for main CI (module-federation#4428)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent f25e6e7 commit 3be31f3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

apps/metro-example-host/e2e/flows/core.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ appId: com.mf.example.host
1010
- copyTextFrom:
1111
id: 'host-lodash'
1212
- assertTrue:
13-
condition: ${maestro.copiedText === "4.16.6"}
13+
condition: ${maestro.copiedText === "4.17.23"}
1414

1515
# Check Mini App Info
1616
- assertNotVisible:
@@ -22,12 +22,12 @@ appId: com.mf.example.host
2222
- copyTextFrom:
2323
id: 'mini-lodash'
2424
- assertTrue:
25-
condition: ${maestro.copiedText === "4.17.21"}
25+
condition: ${maestro.copiedText === "4.17.23"}
2626

2727
# Check Nested Mini App Info
2828
- assertVisible:
2929
id: 'nested-mini-info'
3030
- copyTextFrom:
3131
id: 'nested-mini-lodash'
3232
- assertTrue:
33-
condition: ${maestro.copiedText === "4.16.6"}
33+
condition: ${maestro.copiedText === "4.17.23"}

0 commit comments

Comments
 (0)