From f049abe5d380a49ce8f7591e09ff5c1be51d318f Mon Sep 17 00:00:00 2001 From: Onyemenam Ndubuisi <onyemenamndu@gmail.com> Date: Tue, 9 Apr 2019 00:14:49 +0100 Subject: [PATCH] update pr-review guide to solve issue #598 show new way for accessing pr test site credentials --- docs/core/pr-review.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/core/pr-review.md b/docs/core/pr-review.md index 466963d6..7ac19e46 100644 --- a/docs/core/pr-review.md +++ b/docs/core/pr-review.md @@ -64,8 +64,8 @@ Our test server automatically creates a dedicated CiviCRM installation for every 1. Go to: "Show all checks" > "Details" > "Console Output" > "Full Log" 1. Search in page for `CMS_URL` 1. The first result should bring you to a URL which points to an installation for the build of this PR. -1. Click on the URL to go to the built site and log in with username = `pradmin` and password = `pradmin1234` - +1. Click on the URL to go to the built site +1. To get login credentials click on "test sites" link from Civibot's (Standard links) comment on the PR ### Reviewing locally For more complicated PRs it is sometimes helpful or necessary to manually test them within a local development installation. -- GitLab