From 6dedcdb34f6f2baace0f2cd4175f71a435eb6b1c Mon Sep 17 00:00:00 2001 From: huairong Date: Wed, 25 Sep 2024 15:48:05 +0800 Subject: [PATCH] + [task#128891] Add manageproducts page file. --- module/project/test/ui/page/manageproducts.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 module/project/test/ui/page/manageproducts.php diff --git a/module/project/test/ui/page/manageproducts.php b/module/project/test/ui/page/manageproducts.php new file mode 100644 index 0000000000..6b16c629d5 --- /dev/null +++ b/module/project/test/ui/page/manageproducts.php @@ -0,0 +1,15 @@ + "//*[@id='manageProducts']/div[1]/div[2]/div[1]/a/p", + 'otherProducts' => "//*[@class='form-group-wrapper picker-box']/div/select", + 'checkbox' => "//*[@id='manageProducts']/div[1]/div[1]/div[2]/button[3]/div/label", + 'saveBtn' => "//*[@id='manageProducts']/div[2]/div/button/span", + ); + $this->dom->xpath = array_merge($this->dom->xpath, $xpath); + } +}