From 9e991d545fd8d8e0a6941c74840ca28fb55cf407 Mon Sep 17 00:00:00 2001 From: huairong Date: Tue, 10 Jun 2025 13:09:02 +0800 Subject: [PATCH] + [task#144954,doing,0.1h,0.2h] Add element xpath of communicate page. --- module/stakeholder/test/ui/page/communicate.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/stakeholder/test/ui/page/communicate.php b/module/stakeholder/test/ui/page/communicate.php index 5c72f6aadf..e0a08f7c83 100755 --- a/module/stakeholder/test/ui/page/communicate.php +++ b/module/stakeholder/test/ui/page/communicate.php @@ -6,7 +6,8 @@ class communicatePage extends page parent::__construct($webdriver); $xpath = array( 'communication' => "//*[@id='comment']", + 'submitBtn' => "//*[@id='zin_stakeholder_communicate_form']/div[2]/div/button", ); $this->dom->xpath = array_merge($this->dom->xpath, $xpath); } -} \ No newline at end of file +}