From ff0e97150e929c0675cbdc65be3f10d95048c0cd Mon Sep 17 00:00:00 2001 From: nbrendah Date: Thu, 18 Nov 2021 02:53:15 +0300 Subject: [PATCH] Broken link in tests.md --- docs/hacking-guide/en/tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hacking-guide/en/tests.md b/docs/hacking-guide/en/tests.md index bfac7a8ef3..212561bccc 100644 --- a/docs/hacking-guide/en/tests.md +++ b/docs/hacking-guide/en/tests.md @@ -42,7 +42,7 @@ which eliminates all the setup and class variables which are provided by `Single ## Writing Web Tests The broker has a web console based on [hawtio](https://github.com/hawtio/hawtio) and the `smoke-tests` are used to test it. -For instance, the [ConsoleTest](https://github.com/apache/activemq-artemis/blob/master/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/dnsswitch/ConsoleTest.java) +For instance, the [ConsoleTest](https://github.com/apache/activemq-artemis/blob/main/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/console/ConsoleTest.java) checks the web console using the [selenium framework](https://github.com/SeleniumHQ/selenium). The tests can be executed using the local browsers or the [webdriver testcontainers](https://www.testcontainers.org/modules/webdriver_containers). To use your local Google Chrome browser download the [WebDriver for Chrome](https://chromedriver.chromium.org/) and set