From 0eaa86af708b50ec4364aef2e20ed69def6a6515 Mon Sep 17 00:00:00 2001 From: huairong Date: Wed, 19 Feb 2025 10:17:38 +0800 Subject: [PATCH] + [task#137816,doing,0.1h,3.1h] Modify xpath of create stage page. --- module/stage/test/ui/page/create.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/stage/test/ui/page/create.php b/module/stage/test/ui/page/create.php index 744cf9c9b6..3764f12f4a 100644 --- a/module/stage/test/ui/page/create.php +++ b/module/stage/test/ui/page/create.php @@ -5,7 +5,7 @@ class createPage extends page { parent::__construct($webdriver); $xpath = array( - 'submitBtn' => "//*[@id='zin_stage_create_form']/div[4]/div/button", + 'submitBtn' => "//*[@id='zin_stage_create_form']/div[3]/div/button", 'percentOverTip' => "//*[@id='percentTip']", ); $this->dom->xpath = array_merge($this->dom->xpath, $xpath);