From a08c399631e9a9c8fe152563af9327be94c6a4bf Mon Sep 17 00:00:00 2001 From: Geoff Brown Date: Mon, 17 Jul 2023 21:31:42 -0600 Subject: [PATCH] Bug 1843157 - Correct link to Mobile Test Engineering (#2854) Co-authored-by: dsmithpadilla <88508950+dsmithpadilla@users.noreply.github.com> --- automation/taskcluster/androidTest/parse-ui-test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/taskcluster/androidTest/parse-ui-test.py b/automation/taskcluster/androidTest/parse-ui-test.py index 80b84b778..5ea932d7d 100644 --- a/automation/taskcluster/androidTest/parse-ui-test.py +++ b/automation/taskcluster/androidTest/parse-ui-test.py @@ -66,7 +66,7 @@ def main(): "* [Automated UI Testing Documentation](https://github.com/mozilla-mobile/shared-docs/blob/main/android/ui-testing.md)\n" ) print( - "* Mobile Test Engineering on [Mana](https://mana.mozilla.org/wiki/display/MTE/Mobile+Test+Engineering) | [Slack](https://mozilla.slack.com/archives/C02KDDS9QM9) | [Alerts](https://mozilla.slack.com/archives/C0134KJ4JHL)\n" + "* Mobile Test Engineering on [Confluence](https://mozilla-hub.atlassian.net/wiki/spaces/MTE/overview) | [Slack](https://mozilla.slack.com/archives/C02KDDS9QM9) | [Alerts](https://mozilla.slack.com/archives/C0134KJ4JHL)\n" )