diff --git a/packages/rn-tester/.maestro/new-arch-examples.yml b/packages/rn-tester/.maestro/new-arch-examples.yml index bdb02b13bafb54..c554a45edfa75c 100644 --- a/packages/rn-tester/.maestro/new-arch-examples.yml +++ b/packages/rn-tester/.maestro/new-arch-examples.yml @@ -14,3 +14,14 @@ appId: ${APP_ID} # iOS: com.meta.RNTester.localDevelopment | Android: com.facebo - tapOn: "Change Background" - assertVisible: text: "HSBA: h: 0, s: 1, b: 1, a: 255" +- assertVisible: + text: "> Interop Layer Measurements <" +- assertVisible: + text: "measure x: 0, y: 0, width: 0, height: 0" +- tapOn: "Console.log Measure" +- assertNotVisible: + text: "measure x: 0, y: 0, width: 0, height: 0" +- assertNotVisible: + text: "InWindow x: 0, y: 0, width: 0, height: 0" +- assertNotVisible: + text: "InLayout x: 0, y: 0, width: 0, height: 0"