Răsfoiți Sursa

Link to the current test in running chrome example.

Maciej Gołaszewski 5 ani în urmă
părinte
comite
4bab6c1ee6
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      tests/manual/memory/memory.md

+ 2 - 2
tests/manual/memory/memory.md

@@ -15,7 +15,7 @@
 
 
 ## Notes:
 ## Notes:
 
 
-* Browser extensions might attach event listeners to the DOM so the safest way to run this test is by running Chrome from command line:
+* Browser extensions might attach event listeners to the DOM, so the safest way to run this test is by running Chrome from command line:
 
 
     ```
     ```
     google-chrome \
     google-chrome \
@@ -23,7 +23,7 @@
         --disable-extensions \
         --disable-extensions \
         --disable-plugins \
         --disable-plugins \
         --incognito \
         --incognito \
-        http://localhost:8125 
+        http://localhost:8125/ckeditor5/tests/manual/memory/memory.html
     ```
     ```
 
 
     The above will run Chrome without extensions or plugins in incognito mode and open manual tests page.
     The above will run Chrome without extensions or plugins in incognito mode and open manual tests page.