This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 233ab1cf12 ARTEMIS-5674 Update search button locator for queues page 
tests
233ab1cf12 is described below

commit 233ab1cf12c52e738f891d97197aedeae819c217
Author: Domenico Francesco Bruscino <[email protected]>
AuthorDate: Mon Sep 22 11:43:27 2025 +0200

    ARTEMIS-5674 Update search button locator for queues page tests
    
    The new search button locator for the queues page tests works with the
    upstream console 1.4.0 snapshots.
---
 .../apache/activemq/artemis/tests/smoke/console/pages/QueuesPage.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/console/pages/QueuesPage.java
 
b/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/console/pages/QueuesPage.java
index 4aa912325e..0e98df9a98 100644
--- 
a/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/console/pages/QueuesPage.java
+++ 
b/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/console/pages/QueuesPage.java
@@ -23,7 +23,7 @@ import org.openqa.selenium.interactions.Actions;
 
 public class QueuesPage extends ArtemisPage {
    private static final String MESSAGE_COUNT_COLUMN_NAME = "Message Count";
-   private static final By SEARCH_BUTTON_LOCATOR = 
By.id("table-search-button");
+   private static final By SEARCH_BUTTON_LOCATOR = 
By.xpath("//button[contains(text(),'Search')]");
    private static final By QUEUES_PAGE_TITLE = 
By.xpath("//h2[contains(text(),'Browsing')]");
 
    public QueuesPage(WebDriver driver) {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to