From 3a02ba9b90570d0a04567cbf505f298fa10cd8b8 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 10 Jul 2022 13:30:31 +0200 Subject: [PATCH] Updated Run JavaScript before change detection (markdown) --- Run-JavaScript-before-change-detection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Run-JavaScript-before-change-detection.md b/Run-JavaScript-before-change-detection.md index 62c6ed2..4e634ae 100644 --- a/Run-JavaScript-before-change-detection.md +++ b/Run-JavaScript-before-change-detection.md @@ -2,7 +2,7 @@ You can run JavaScript _before_ performing change detection, this is handy for f This is best used with the Chrome Playwright driver. -**Example**: +## Examples: ### Fill in the search box and click submit