tast: Updated ui.ChromeLogin tast name to login.Chrome.

All the Chrome tests are moved from ui package to login package. Updated the tast names from ui.ChromeLogin to login.Chrome.

BUG=b:187788829
TEST=None

Change-Id: I83045118c9c5a9be4f75490c57b0b78a0bcf0334
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast/+/3022314
Reviewed-by: David Haddock <[email protected]>
Reviewed-by: Seewai Fu <[email protected]>
Reviewed-by: Hidehiko Abe <[email protected]>
Commit-Queue: Seewai Fu <[email protected]>
Tested-by: David Haddock <[email protected]>
diff --git a/docs/quickstart.md b/docs/quickstart.md
index 519d391..4c93e3e 100644
--- a/docs/quickstart.md
+++ b/docs/quickstart.md
@@ -74,7 +74,7 @@
 In your chroot, run the following:
 
 ```sh
-tast -verbose run -build=false <test-device-ip> ui.ChromeLogin
+tast -verbose run -build=false <test-device-ip> login.Chrome
 ```
 
 You should see output scroll by on your workstation, and on the Chrome OS
@@ -94,7 +94,7 @@
 argument**:
 
 ```sh
-tast -verbose run <test-device-ip> ui.ChromeLogin
+tast -verbose run <test-device-ip> login.Chrome
 ```
 
 This time, the command will take a bit longer (but build objects will be
@@ -123,7 +123,7 @@
 Back in your chroot, run `tast` again:
 
 ```sh
-tast -verbose run <test-device-ip> ui.ChromeLogin
+tast -verbose run <test-device-ip> login.Chrome
 ```
 
 This time, the test should additionally open a Google search page.