From 59b4aba10d0e361d47045843c3640b455d977d45 Mon Sep 17 00:00:00 2001
From: "Theresa.Grannum" <theresa.grannum@3688861.no-reply.drupal.org>
Date: Fri, 22 Apr 2022 15:39:26 +0000
Subject: [PATCH] Issue #3275474 by Theresa.Grannum, phenaproxima: Remove
 README instructions for testing the module and just link to Beta Testing
 issue

---
 README.md | 19 +------------------
 1 file changed, 1 insertion(+), 18 deletions(-)

diff --git a/README.md b/README.md
index dd9b089e6a..7e98a3bd94 100644
--- a/README.md
+++ b/README.md
@@ -14,21 +14,4 @@ Warning the 8.x-2.x version of this module is still in development and should on
 
 ### Manual Testing instructions:
 
-1. Create a Drupal project via: `composer create-project drupal/recommended-project:9.2.5 test_updates_project`. Change `9.2.5` to the patch release before the most current version of Drupal. For instance, if the latest version of Drupal core is `9.2.8` then use `9.2.7`
-2. `cd test_updates_project`
-3. `composer require drupal/automatic_updates:2.x-dev`
-4. `cd web`
-5. Install Drupal: `php ./core/scripts/drupal quick-start standard`
-6. You should see a browser open and log you into the new Drupal site.
-7. Click "Extend" in the sidebar.
-8. Enable the "Automatic Updates" module.
-9. Click the "Updates" tab.
-10. You should see an update form with the next of Drupal core as the "Recommend Version". For instance if in step #1 you ran `composer create-project drupal/recommended-project:9.2.5 test_updates_project` and the latest version is `9.2.6` you will see `9.2.6` as the "Recommend Version".
-11. Click the "Download these updates" button.
-12. You should see a "Downloading updates" screen.
-13. Next you should see a "Ready to update" page.
-14. Click the "Continue" button at the bottom.
-15. You should see a "Apply updates" screen.
-16. You should be redirected to the "Available updates" page and see the message "Update Complete".
-17. You should see your version of core is up-to-date.
-18. 🎉
+See the [beta testing instructions](https://www.drupal.org/i/3275810).
-- 
GitLab