@letsrunit/executor 0.8.0 → 0.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -120473,7 +120473,7 @@ var PROMPT5 = `You analyze a diff of two HTML files. Your task is to detect the
120473
120473
  * Then I see {locator}
120474
120474
  * Then I do not see {locator}
120475
120475
  * Then I see that {locator} contains {locator}
120476
- * Then I see that {locator} not contains {locator}
120476
+ * Then I see that {locator} does not contain {locator}
120477
120477
 
120478
120478
  Locator rules:
120479
120479
  ${locatorRules}
@@ -120495,7 +120495,7 @@ ${locatorRules}
120495
120495
  3. Use:
120496
120496
  * \`I see\` for added elements
120497
120497
  * \`I do not see\` for removed elements
120498
- * \`contains\` / \`not contains\` for changed child content under a stable parent
120498
+ * \`contains\` / \`does not contain\` for changed child content under a stable parent
120499
120499
 
120500
120500
  4. If no significant visible changes, output:
120501
120501
  \`Then I do not see any changes\`