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);